Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdliu3 committed Jun 28, 2024
1 parent 8f54e10 commit 0f363c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion seatunnel-connectors-v2/connector-hudi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<hudi.version>0.15.0</hudi.version>
<commons.lang3.version>3.4</commons.lang3.version>
<parquet.version>1.12.3</parquet.version>
<parquet.version>1.14.1</parquet.version>
<snappy.version>1.1.8.3</snappy.version>
<kryo.shaded.version>4.0.2</kryo.shaded.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@

import org.apache.seatunnel.e2e.common.TestSuiteBase;
import org.apache.seatunnel.e2e.common.container.TestContainer;
import org.apache.seatunnel.e2e.common.container.TestContainerId;
import org.apache.seatunnel.e2e.common.junit.DisabledOnContainer;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.TestTemplate;
import org.testcontainers.containers.Container;

import java.io.IOException;

@DisabledOnContainer(
value = {TestContainerId.SPARK_2_4},
type = {},
disabledReason = "")
public class HudiIT extends TestSuiteBase {

@TestTemplate
Expand Down

0 comments on commit 0f363c4

Please sign in to comment.