xiangfu0 commented on code in PR #14698:
URL: https://github.com/apache/pinot/pull/14698#discussion_r3012020523


##########
.github/workflows/scripts/.pinot_quickstart.sh:
##########
@@ -80,7 +80,7 @@ echo "Building Pinot to JAVA 11 source code Using JDK 
${JAVA_VER}"
 PASS=0
 for i in $(seq 1 2)
 do
-  mvn clean install -B -ntp -T1C -DskipTests -Pbin-dist 
-Dmaven.javadoc.skip=true -Djdk.version=11
+  mvn clean install -B -ntp -T1C -DskipTests -Pbin-dist,sqlparser 
-Dmaven.javadoc.skip=true -Djdk.version=11

Review Comment:
   no need to change this 



##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/plan/server/ServerPlanRequestUtils.java:
##########
@@ -92,7 +92,7 @@ public static OpChain 
compileLeafStage(OpChainExecutionContext executionContext,
    * main entry point for compiling leaf-stage {@link StagePlan}.
    *
    * @param executionContext the execution context used by the leaf-stage 
execution engine.
-   * @param stagePlan the distribute stage plan on the leaf.
+   * @param stagePlan        the distribute stage plan on the leaf.

Review Comment:
   revert changes on this PR 



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

To unsubscribe, e-mail: [email protected]

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