DanielWang2035 commented on code in PR #13731:
URL: https://github.com/apache/iotdb/pull/13731#discussion_r1800730910


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/protocol/thrift/IoTDBDataNodeReceiver.java:
##########
@@ -635,6 +711,20 @@ private static TSStatus executeStatement(final Statement 
statement) {
         .status;
   }
 
+  private static TSStatus executeStatementForTableModel(Statement statement) {
+    return Coordinator.getInstance()
+        .executeForTableModel(

Review Comment:
   Executing a tree-model statement for table model will call 
statement.toRelationalStatement() (in file Statement.java, line 71). please 
make sure it won't throw UnsupportedOperationException here.



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