This is an automated email from the ASF dual-hosted git repository. shuwenwei pushed a commit to branch table_disk_usage_statistics_with_cache in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 34efb018634c1a547c0a572950c4b6d05800c066 Author: shuwenwei <[email protected]> AuthorDate: Tue Feb 3 18:28:27 2026 +0800 modify TableDiskUsageSupplier --- .../source/relational/InformationSchemaContentSupplierFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/InformationSchemaContentSupplierFactory.java b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/InformationSchemaContentSupplierFactory.java index 380485954f7..782f5acc184 100644 --- a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/InformationSchemaContentSupplierFactory.java +++ b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/InformationSchemaContentSupplierFactory.java @@ -1263,7 +1263,7 @@ public class InformationSchemaContentSupplierFactory { return result; } - public boolean hasNextInternal() { + private boolean hasNextInternal() { if (currentDataRegionCacheReader != null) { return true; }
