Skip to content

Commit 8bcd853

Browse files
Haizhou ZhaoHaizhou Zhao
Haizhou Zhao
authored and
Haizhou Zhao
committed
Rebase & spotless
1 parent bf91a9c commit 8bcd853

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMetadataTables.java

-5
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ public void testAllFilesPartitioned() throws Exception {
403403

404404
@TestTemplate
405405
public void testMetadataLogEntries() throws Exception {
406-
if (Set.of(ICEBERG_CATALOG_TYPE_REST).contains(catalogConfig.get(ICEBERG_CATALOG_TYPE))) {
407-
// need to fix https://github.com/apache/iceberg/issues/11103 before enabling this test on
408-
// rest catalog
409-
return;
410-
}
411406
// Create table and insert data
412407
sql(
413408
"CREATE TABLE %s (id bigint, data string) "

spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/CatalogTestBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
*/
1919
package org.apache.iceberg.spark;
2020

21-
import com.google.common.collect.ImmutableMap;
2221
import org.apache.iceberg.CatalogProperties;
2322
import org.apache.iceberg.ParameterizedTestExtension;
2423
import org.apache.iceberg.Parameters;
24+
import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap;
2525
import org.junit.jupiter.api.extension.ExtendWith;
2626

2727
@ExtendWith(ParameterizedTestExtension.class)

0 commit comments

Comments
 (0)