morningman commented on code in PR #60958:
URL: https://github.com/apache/doris/pull/60958#discussion_r2872532288


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PlanTranslatorContext.java:
##########
@@ -278,6 +284,22 @@ public void addScanNode(ScanNode scanNode, 
PhysicalRelation physicalRelation) {
         physicalRelations.add(physicalRelation);
     }
 
+    public String getClusterName() {
+        return clusterName;
+    }
+
+    private static String resolveCloudClusterName(ConnectContext 
connectContext) {

Review Comment:
   This method is same as in SessionVariables.java?



##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -4176,6 +4180,10 @@ public void setDebugSkipFoldConstant(boolean 
debugSkipFoldConstant) {
     }
 
     public int getParallelExecInstanceNum() {

Review Comment:
   Remove this unused method



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