Skip to content

Commit

Permalink
added unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Maji committed Dec 18, 2024
1 parent 965d683 commit d3eedea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,6 @@ private void initPushJobDetails() {
pushJobDetails.clusterName = pushJobSetting.clusterName;
pushJobDetails.overallStatus = new ArrayList<>();
pushJobDetails.overallStatus.add(getPushJobDetailsStatusTuple(PushJobDetailsStatus.STARTED.getValue()));
pushJobDetails.pushId = "";
pushJobDetails.partitionCount = -1;
pushJobDetails.valueCompressionStrategy = CompressionStrategy.NO_OP.getValue();
pushJobDetails.chunkingEnabled = false;
Expand Down

0 comments on commit d3eedea

Please sign in to comment.