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 Sep 9, 2020
1 parent 515f9ac commit c3a97d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,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 c3a97d2

Please sign in to comment.