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: paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/iceberg/IcebergHiveMetadataCommitterITCaseBase.java
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,53 @@ public void testMultipleDatabases() throws Exception {
321
321
"SELECT * FROM my_iceberg.iceberg_db2.t2 ORDER BY pt, id")));
322
322
}
323
323
324
+
/**
325
+
* Verifies that when a Paimon table is created via Paimon's HiveCatalog with Iceberg
326
+
* compatibility enabled, the resulting Hive entry has {@code table_type=ICEBERG} after the
327
+
* first commit so Iceberg readers can recognize it and partition-prune correctly.
0 commit comments