shuwenwei commented on code in PR #14617:
URL: https://github.com/apache/iotdb/pull/14617#discussion_r2049977528
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/schema/ClusterSchemaManager.java:
##########
@@ -1423,6 +1527,33 @@ public synchronized Pair<TSStatus, TsTable>
updateTableProperties(
return new Pair<>(RpcUtils.SUCCESS_STATUS, updatedTable);
}
+ public static Optional<Pair<TSStatus, TsTable>> checkTable4View(
Review Comment:
The right object of the Pair always seems to be null
--
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]