voonhous commented on PR #8280:
URL: https://github.com/apache/hudi/pull/8280#issuecomment-1483686787
Not sure why the CI is failing
```
TestSpark3DDL:
- Test multi change data type
- Test multi change data type2
- Test Enable and Disable Schema on read
- Test Partition Table alter
- Test Chinese table
- Test Alter Table
- Test Alter Table multiple times
- Test Alter Table complex
- Test schema auto evolution complex
- Test schema auto evolution
3157022 [ScalaTest-main-running-TestSpark3DDL] WARN
org.apache.hudi.metadata.HoodieBackedTableMetadata [] - Metadata table was not
found at path
file:/tmp/spark-f80c21e6-ac26-4762-8e46-24b7b8984f60/h31/.hoodie/metadata
- Test DATE to STRING conversions when vectorized reading is not enabled ***
FAILED ***
org.apache.spark.sql.catalyst.parser.ParseException: no viable alternative
at input 'alter table h31 alter'(line 1, pos 16)
== SQL ==
alter table h31 alter column `date_to_string_col` type string
----------------^^^
at
org.apache.spark.sql.catalyst.parser.ParseException.withCommand(ParseDriver.scala:241)
at
org.apache.spark.sql.catalyst.parser.AbstractSqlParser.parse(ParseDriver.scala:117)
at
org.apache.spark.sql.execution.SparkSqlParser.parse(SparkSqlParser.scala:48)
at
org.apache.spark.sql.catalyst.parser.AbstractSqlParser.parsePlan(ParseDriver.scala:69)
at
org.apache.spark.sql.hudi.parser.HoodieSpark2ExtendedSqlParser$$anonfun$parsePlan$1.apply(HoodieSpark2ExtendedSqlParser.scala:45)
at
org.apache.spark.sql.hudi.parser.HoodieSpark2ExtendedSqlParser$$anonfun$parsePlan$1.apply(HoodieSpark2ExtendedSqlParser.scala:42)
at
org.apache.spark.sql.hudi.parser.HoodieSpark2ExtendedSqlParser.parse(HoodieSpark2ExtendedSqlParser.scala:80)
at
org.apache.spark.sql.hudi.parser.HoodieSpark2ExtendedSqlParser.parsePlan(HoodieSpark2ExtendedSqlParser.scala:42)
at
org.apache.spark.sql.parser.HoodieCommonSqlParser$$anonfun$parsePlan$1.apply(HoodieCommonSqlParser.scala:43)
at
org.apache.spark.sql.parser.HoodieCommonSqlParser$$anonfun$parsePlan$1.apply(HoodieCommonSqlParser.scala:40)
...
[INFO] hudi-spark-datasource .............................. SUCCESS [ 3.232
s]
[INFO] hudi-spark-common_2.11 ............................. SUCCESS [ 21.403
s]
[INFO] hudi-spark2_2.11 ................................... SUCCESS [01:00
min]
[INFO] hudi-spark_2.11 .................................... FAILURE [ 02:03
h]
[INFO] hudi-spark2-common ................................. SUCCESS [ 0.028
s]
```
Just curious why `TestSpark3DDL` is being executed on a target that is
running Spark2.4.
--
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]