Skip to content

Commit 6b7595b

Browse files
committed
Remove unused method in ColumnMetadata
1 parent a62fbc2 commit 6b7595b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

document-store/src/main/java/org/hypertrace/core/documentstore/commons/ColumnMetadata.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ public interface ColumnMetadata {
77

88
DataType getCanonicalType();
99

10-
String getInternalType();
11-
1210
boolean isNullable();
1311
}

document-store/src/main/java/org/hypertrace/core/documentstore/commons/SchemaRegistry.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ public interface SchemaRegistry<T extends ColumnMetadata> {
77

88
Map<String, T> getSchema(String tableName);
99

10+
void invalidate(String tableName);
11+
1012
Optional<T> getColumnOrRefresh(String tableName, String colName);
1113
}

0 commit comments

Comments
 (0)