nsivabalan commented on code in PR #8320:
URL: https://github.com/apache/hudi/pull/8320#discussion_r1152684673
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestSpark3DDL.scala:
##########
@@ -67,110 +70,106 @@ class TestSpark3DDL extends HoodieSparkSqlTestBase {
|""".stripMargin)
}
- test("Test multi change data type") {
+ test("Test alter column types") {
withRecordType()(withTempDir { tmp =>
Seq("cow", "mor").foreach { tableType =>
val tableName = generateTableName
val tablePath = s"${new Path(tmp.getCanonicalPath,
tableName).toUri.toString}"
- if (HoodieSparkUtils.gteqSpark3_1) {
Review Comment:
do we know why this was enabled only for spark3 ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]