jonvex commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2305177757
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/SparkParquetReaderBase.scala:
##########
@@ -72,10 +72,6 @@ abstract class
SparkParquetReaderBase(enableVectorizedReader: Boolean,
conf.setBoolean(SQLConf.PARQUET_INT96_AS_TIMESTAMP.key, true)
// Using string value of this conf to preserve compatibility across spark
versions.
conf.setBoolean(SQLConf.LEGACY_PARQUET_NANOS_AS_LONG.key, false)
- if (HoodieSparkUtils.gteqSpark3_4) {
- // PARQUET_INFER_TIMESTAMP_NTZ_ENABLED is required from Spark 3.4.0 or
above
- conf.setBoolean("spark.sql.parquet.inferTimestampNTZ.enabled", false)
- }
Review Comment:
create another oss pr and remove just this and see what tests fail
--
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]