jonvex commented on code in PR #9276:
URL: https://github.com/apache/hudi/pull/9276#discussion_r1284853617
##########
hudi-spark-datasource/hudi-spark2/src/main/scala/org/apache/spark/sql/adapter/Spark2Adapter.scala:
##########
@@ -143,8 +146,8 @@ class Spark2Adapter extends SparkAdapter {
partitions.toSeq
}
- override def createHoodieParquetFileFormat(appendPartitionValues: Boolean):
Option[ParquetFileFormat] = {
- Some(new Spark24HoodieParquetFileFormat(appendPartitionValues))
+ override def createLegacyHoodieParquetFileFormat(appendPartitionValues:
Boolean): Option[ParquetFileFormat] = {
+ Some(new Spark24LegacyHoodieParquetFileFormat(appendPartitionValues))
Review Comment:
Yeah. We're going to have to figure out if there is a way to do schema
evolution without porting code.
--
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]