haibow commented on a change in pull request #4954: Support schema evolution for consuming segments URL: https://github.com/apache/incubator-pinot/pull/4954#discussion_r388079477
########## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/index/ColumnMetadata.java ########## @@ -39,7 +39,27 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import static org.apache.pinot.core.segment.creator.impl.V1Constants.MetadataKeys.Column.*; +import static org.apache.pinot.core.segment.creator.impl.V1Constants.MetadataKeys.Column.BITS_PER_ELEMENT; Review comment: Yes they were all used before. Formatting removed the wildcard import ---------------------------------------------------------------- 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]
