Commit 8bcd853 1 parent bf91a9c commit 8bcd853 Copy full SHA for 8bcd853
File tree 2 files changed +1
-6
lines changed
spark/src/test/java/org/apache/iceberg/spark
spark-extensions/src/test/java/org/apache/iceberg/spark/extensions
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -403,11 +403,6 @@ public void testAllFilesPartitioned() throws Exception {
403
403
404
404
@ TestTemplate
405
405
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
- }
411
406
// Create table and insert data
412
407
sql (
413
408
"CREATE TABLE %s (id bigint, data string) "
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .iceberg .spark ;
20
20
21
- import com .google .common .collect .ImmutableMap ;
22
21
import org .apache .iceberg .CatalogProperties ;
23
22
import org .apache .iceberg .ParameterizedTestExtension ;
24
23
import org .apache .iceberg .Parameters ;
24
+ import org .apache .iceberg .relocated .com .google .common .collect .ImmutableMap ;
25
25
import org .junit .jupiter .api .extension .ExtendWith ;
26
26
27
27
@ ExtendWith (ParameterizedTestExtension .class )
You can’t perform that action at this time.
0 commit comments