You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: metacat-connector-hive/src/main/java/com/netflix/metacat/connector/hive/HiveConnectorPartitionService.java
Copy file name to clipboardexpand all lines: metacat-connector-hive/src/main/java/com/netflix/metacat/connector/hive/sql/HiveConnectorFastPartitionService.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public int getPartitionCount(
107
107
finalQualifiedNametableName,
108
108
finalTableInfotableInfo
109
109
) {
110
-
if (HiveTableUtil.isIcebergTable(tableInfo)) {
110
+
if (context.getConfig().isIcebergEnabled() && HiveTableUtil.isIcebergTable(tableInfo)) {
Copy file name to clipboardexpand all lines: metacat-connector-hive/src/main/java/com/netflix/metacat/connector/hive/sql/HiveConnectorFastTableService.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ public boolean exists(final ConnectorRequestContext requestContext, final Qualif
Copy file name to clipboardexpand all lines: metacat-connector-hive/src/test/groovy/com/netflix/metacat/connector/hive/HiveConnectorFastPartitionSpec.groovy
0 commit comments