mqliang commented on a change in pull request #6721:
URL: https://github.com/apache/incubator-pinot/pull/6721#discussion_r603481787



##########
File path: 
pinot-broker/src/main/java/org/apache/pinot/broker/pruner/PartitionZKMetadataPruner.java
##########
@@ -26,7 +26,7 @@
 import org.apache.pinot.common.metadata.segment.SegmentZKMetadata;
 import org.apache.pinot.common.request.FilterOperator;
 import org.apache.pinot.common.utils.request.FilterQueryTree;
-import org.apache.pinot.core.data.partition.PartitionFunction;
+import org.apache.pinot.query.spi.PartitionFunction;

Review comment:
       There are lots of files are not formatted properly, engineer often 
forget to format it before commit. How about let's setup a Github workflow, or 
a maven plugin to ensure all files get formatted:
   
   CLI tools: https://github.com/google/google-java-format
   Maven plugins:
   https://github.com/diffplug/spotless/tree/main/plugin-maven
   https://github.com/coveooss/fmt-maven-plugin
   https://github.com/talios/googleformatter-maven-plugin
   https://github.com/Cosium/git-code-format-maven-plugin




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to