jhsenjaliya commented on a change in pull request #2704: [GOBBLIN-835] Date Converter URL: https://github.com/apache/incubator-gobblin/pull/2704#discussion_r312684417
########## File path: gobblin-api/src/main/java/org/apache/gobblin/configuration/ConfigurationKeys.java ########## @@ -327,6 +327,10 @@ public static final String CONVERTER_SKIP_FAILED_RECORD = "converter.skipFailedRecord"; public static final String CONVERTER_AVRO_SCHEMA_KEY = "converter.avroSchema"; public static final String CONVERTER_IGNORE_FIELDS = "converter.ignoreFields"; + public static final String CONVERTER_INPUT_TIMEZONE = "converter.input.timezone"; Review comment: This should be part of the converter class since its specific to that date converter ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
