rahil-c commented on code in PR #17475:
URL: https://github.com/apache/hudi/pull/17475#discussion_r2608123151
##########
hudi-spark-datasource/hudi-spark4-common/src/main/scala/org/apache/spark/sql/adapter/BaseSpark4Adapter.scala:
##########
@@ -73,6 +73,8 @@ abstract class BaseSpark4Adapter extends SparkAdapter with
Logging {
override def getAvroSchemaConverters: HoodieAvroSchemaConverters =
HoodieSparkAvroSchemaConverters
+ override def getHoodieSchemaConverters: HoodieSchemaConverters =
HoodieSparkSchemaConverters
Review Comment:
Synced with @yihua offline, have tried ethan recommendation in the following
commit:
https://github.com/apache/hudi/pull/17475/changes/fb18ec0ceb48fbab069e3ab12ed135ca8c439216,
will see how this works on CI
--
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]