xiarixiaoyao commented on code in PR #7480:
URL: https://github.com/apache/hudi/pull/7480#discussion_r1053309260
##########
hudi-spark-datasource/hudi-spark3.2plus-common/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark32PlusHoodieParquetFileFormat.scala:
##########
@@ -228,7 +228,24 @@ class Spark32PlusHoodieParquetFileFormat(private val
shouldAppendPartitionValues
SparkInternalSchemaConverter.collectTypeChangedCols(querySchemaOption.get(),
mergedInternalSchema)
} else {
- new java.util.HashMap()
+ val implicitTypeChangeInfo: java.util.Map[Integer, Pair[DataType,
DataType]] = new java.util.HashMap()
Review Comment:
pls extract a function
--
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]