bingquanzhao commented on code in PR #5086:
URL: https://github.com/apache/seatunnel/pull/5086#discussion_r1272925705


##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/rest/RestService.java:
##########
@@ -524,7 +531,7 @@ public static List<PartitionDefinition> 
findPartitions(DorisConfig dorisConfig,
         return tabletsMapToPartition(
                 dorisConfig,
                 be2Tablets,
-                queryPlan.getOpaquedQueryPlan(),
+                queryPlan.getOpaqued_query_plan(),

Review Comment:
   The QueryPlan returned by doris fe is a json format, which is directly 
mapped to a QueryPlan object, and the field inside is this "opaqued_query_plan"
   



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

Reply via email to