SteveYurongSu commented on code in PR #13731:
URL: https://github.com/apache/iotdb/pull/13731#discussion_r1802756924
##########
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:
@DanielWang2035 Thanks, bro. @luoluoyuyu will resolve this in the following
PR...
--
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]