This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 184300b1471 [HUDI-7080] Enable two tests (#10250)
184300b1471 is described below
commit 184300b14710779ff1a4221921283e614f3ea325
Author: Lin Liu <[email protected]>
AuthorDate: Wed Dec 6 15:00:23 2023 -0800
[HUDI-7080] Enable two tests (#10250)
---
.../src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala | 4 +---
.../java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java | 2 --
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
index e553c9b66cf..a62317d8920 100644
---
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
+++
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
@@ -1170,8 +1170,6 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
}
test("Test nested field as primaryKey and preCombineField") {
- // TODO(HUDI-7080)
- /*
withRecordType()(withTempDir { tmp =>
Seq("cow", "mor").foreach { tableType =>
val tableName = generateTableName
@@ -1201,7 +1199,7 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
Seq("name_1", 10.0, 1000, "a", 999)
)
}
- })*/
+ })
}
test("Test Insert Into With Catalog Identifier for spark >= 3.2.0") {
diff --git
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java
index e7666a51688..1b534c22c7e 100644
---
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java
+++
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestHoodieIncrSource.java
@@ -50,7 +50,6 @@ import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.sql.Dataset;
import org.apache.spark.sql.Row;
import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.EnumSource;
@@ -215,7 +214,6 @@ public class TestHoodieIncrSource extends
SparkClientFunctionalTestHarness {
}
}
- @Disabled("HUDI-7080")
@ParameterizedTest
@EnumSource(HoodieTableType.class)
public void testHoodieIncrSourceWithPendingTableServices(HoodieTableType
tableType) throws IOException {