jackjlli commented on a change in pull request #5873: URL: https://github.com/apache/incubator-pinot/pull/5873#discussion_r473581080
########## File path: pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/mappers/SegmentCreationMapper.java ########## @@ -243,14 +257,15 @@ protected void map(LongWritable key, Text value, Context context) addAdditionalSegmentGeneratorConfigs(segmentGeneratorConfig, hdfsInputFile, sequenceId); _logger.info("Start creating segment with sequence id: {}", sequenceId); - SegmentIndexCreationDriver driver = new SegmentIndexCreationDriverImpl(); + SegmentIndexCreationDriverImpl driver = new SegmentIndexCreationDriverImpl(); Review comment: Added a class called `SchemaValidator` to validate Pinot schema and the input data schema ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org