CloudWise-Lukemiao commented on code in PR #15917:
URL: https://github.com/apache/iotdb/pull/15917#discussion_r2206532325
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/rest/v2/handler/QueryDataSetHandler.java:
##########
@@ -258,6 +255,30 @@ private static Response fillQueryDataSetWithoutTimestamps(
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]