codope commented on PR #12426:
URL: https://github.com/apache/hudi/pull/12426#issuecomment-2520197590
Landing this. The github action failed due to
```
Caused by: java.lang.NoSuchMethodError:
org.apache.spark.sql.internal.SQLConf$.LEGACY_PARQUET_NANOS_AS_LONG()Lorg/apache/spark/internal/config/ConfigEntry;
at
org.apache.spark.sql.execution.datasources.parquet.SparkParquetReaderBase.read(SparkParquetReaderBase.scala:73)
at
org.apache.spark.sql.execution.datasources.parquet.HoodieFileGroupReaderBasedParquetFileFormat.readBaseFile(HoodieFileGroupReaderBasedParquetFileFormat.scala:286)
at
org.apache.spark.sql.execution.datasources.parquet.HoodieFileGroupReaderBasedParquetFileFormat.$anonfun$buildReaderWithPartitionValues$3(HoodieFileGroupReaderBasedParquetFileFormat.scala:204)
```
This only happens for Soark 3.3.1, while 3.3.2+ is passing. We will update
the README with the supported version.
--
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]