Jackie-Jiang commented on a change in pull request #4954: Support schema
evolution for consuming segments
URL: https://github.com/apache/incubator-pinot/pull/4954#discussion_r389912835
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/io/reader/impl/v1/SortedIndexSingleValueReader.java
##########
@@ -28,7 +28,7 @@
/**
* Interface for sorted index readers.
*/
-public interface SortedIndexReader<T extends ReaderContext> extends
SingleColumnSingleValueReader<T>, InvertedIndexReader<Pairs.IntPair> {
+public interface SortedIndexSingleValueReader<T extends ReaderContext> extends
SingleColumnSingleValueReader<T>, InvertedIndexReader<Pairs.IntPair> {
Review comment:
Please revert this and all related renaming
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]