CloudWise-Lukemiao commented on code in PR #15917:
URL: https://github.com/apache/iotdb/pull/15917#discussion_r2206876552


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/rest/table/v1/handler/QueryDataSetHandler.java:
##########
@@ -116,6 +115,30 @@ public static Response fillQueryDataSet(
     return Response.ok().entity(targetDataSet).build();
   }
 
+  private static void addTypedValueToTarget(

Review Comment:
   These are the codes for two versions, v1 and v2. To better and flexibly 
respond to future version changes, the choice of independent logic is made.



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