Skip to content

Commit

Permalink
[iceberg-1.6.0]: iceberg version bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradJam committed Jul 30, 2024
1 parent b3d794a commit fd181b5
Show file tree
Hide file tree
Showing 130 changed files with 5 additions and 44,318 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@
import java.util.Set;

@RunWith(Parameterized.class)
public class TestIcebergFindFiles extends TableTestBase {
@Parameterized.Parameters(name = "formatVersion = {0}")
public static Object[] parameters() {
return new Object[] {1, 2};
}
public class TestIcebergFindFiles extends V2TableTestBase {

public TestIcebergFindFiles(int formatVersion) {
super(formatVersion);
public TestIcebergFindFiles() {
super();
}

@Test
Expand Down
4 changes: 0 additions & 4 deletions amoro-mixed-format/amoro-mixed-format-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<module>amoro-mixed-format-flink-common</module>
<module>amoro-mixed-format-flink-common-format</module>
<module>amoro-mixed-format-flink-common-iceberg-bridge</module>
<module>v1.15/amoro-mixed-format-flink-1.15</module>
<module>v1.15/amoro-mixed-format-flink-runtime-1.15</module>
<module>v1.16/amoro-mixed-format-flink-1.16</module>
<module>v1.16/amoro-mixed-format-flink-runtime-1.16</module>
<module>v1.17/amoro-mixed-format-flink-1.17</module>
<module>v1.17/amoro-mixed-format-flink-runtime-1.17</module>
</modules>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit fd181b5

Please sign in to comment.