rohityadav1993 commented on code in PR #16727:
URL: https://github.com/apache/pinot/pull/16727#discussion_r2431885542


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentIndexCreationDriverImpl.java:
##########
@@ -209,7 +249,7 @@ public void init(SegmentGeneratorConfig config, 
SegmentCreationDataSource dataSo
     }
 
     _ingestionSchemaValidator =
-        SchemaValidatorFactory.getSchemaValidator(_dataSchema, 
_recordReader.getClass().getName(),
+        SchemaValidatorFactory.getSchemaValidator(_dataSchema, readerClassName,

Review Comment:
   I found no use of `getIngestionSchemaValidator()` outside test classes. 
There is no change being made in `getSchemaValidator()` which is creating a 
SchemaValidator



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to