Jackie-Jiang commented on a change in pull request #4774: Refactor virtualColumn URL: https://github.com/apache/incubator-pinot/pull/4774#discussion_r349264880
########## File path: pinot-core/src/main/java/org/apache/pinot/core/indexsegment/immutable/ImmutableSegmentLoader.java ########## @@ -22,13 +22,15 @@ import java.io.File; import java.util.HashMap; import java.util.Map; -import javax.annotation.Nonnull; import javax.annotation.Nullable; import org.apache.pinot.common.data.FieldSpec; import org.apache.pinot.common.data.Schema; import org.apache.pinot.common.segment.ReadMode; import org.apache.pinot.common.utils.NetUtil; import org.apache.pinot.core.indexsegment.generator.SegmentVersion; +import org.apache.pinot.core.segment.virtualcolumn.VirtualColumnContext; Review comment: (nit) import order is wrong ---------------------------------------------------------------- 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]
