snleee commented on a change in pull request #5309:
URL: https://github.com/apache/incubator-pinot/pull/5309#discussion_r416215226



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/data/readers/MultiplePinotSegmentRecordReader.java
##########
@@ -64,7 +63,7 @@ public MultiplePinotSegmentRecordReader(@Nonnull List<File> 
indexDirs)
    * @param schema input schema that is a subset of the segment schema
    * @param sortOrder a list of column names that represent the sorting order
    */
-  public MultiplePinotSegmentRecordReader(@Nonnull List<File> indexDirs, 
@Nullable Schema schema,
+  public MultiplePinotSegmentRecordReader(List<File> indexDirs, @Nullable 
Schema schema,

Review comment:
       Did you leave `Schema` here for some backward compatibility or you 
missed this one? Or, because it makes sense to PinotSegmentReader to keep 
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

Reply via email to