Skip to content

Commit

Permalink
Removed the timestamp scaling factor config references in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hariprasad-k committed Nov 3, 2020
1 parent 736ca30 commit 64c56d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,6 @@ private Map<String, Object> createConfig(String timeFieldName) {
config.put(StorageCommonConfig.PATH_INCLUDE_TOPICNAME_CONFIG, StorageCommonConfig.PATH_INCLUDE_TOPICNAME_DEFAULT);
if (timeFieldName != null) {
config.put(PartitionerConfig.TIMESTAMP_FIELD_NAME_CONFIG, timeFieldName);
config.put(PartitionerConfig.TIMESTAMP_SCALING_FACTOR_CONFIG, PartitionerConfig.TIMESTAMP_SCALING_FACTOR_DEFAULT);
config.put(PartitionerConfig.TIMESTAMP_SCALING_OPERATION_CONFIG, PartitionerConfig.TIMESTAMP_SCALING_OPERATION_DEFAULT);
}
return config;
}
Expand Down

0 comments on commit 64c56d9

Please sign in to comment.