Skip to content

Commit eca5106

Browse files
committed
logger
1 parent d7ffa98 commit eca5106

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/SchemaCacheEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class SchemaCacheEntry implements IMeasurementSchemaInfo {
5252
(int) RamUsageEstimator.shallowSizeOfInstance(SchemaCacheEntry.class) + 75;
5353

5454
private final IMeasurementSchema iMeasurementSchema;
55+
5556
private final Map<String, String> tagMap;
5657

5758
public SchemaCacheEntry(

0 commit comments

Comments
 (0)