jfim commented on a change in pull request #3602: Cleanup: update code to return only physical columns for select * queries URL: https://github.com/apache/incubator-pinot/pull/3602#discussion_r240760356
########## File path: pinot-core/src/main/java/com/linkedin/pinot/core/segment/index/ColumnMetadata.java ########## @@ -81,6 +82,7 @@ private final String dateTimeFormat; private final String dateTimeGranularity; + Review comment: Avoid having extra whitespace to classes. Ping me if you need the link for the code format standard, so that whitespace/names are consistently applied by your IDE. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
