nsivabalan commented on issue #17161: URL: https://github.com/apache/hudi/issues/17161#issuecomment-4800795982
This should be resolved on master. The forked `hudi-spark-datasource/hudi-spark-common/.../SchemaConverters.scala` referenced here was removed in commit 250a2d16e848 (PR #17554, *refactor: Remove getAvroSchemaConverters API from Spark adapter*), which also dropped the `getAvroSchemaConverters` API from the Spark adapter. Schema conversion now goes through `HoodieSparkSchemaConverters` (in `hudi-client/hudi-spark-client/.../org/apache/spark/sql/avro/HoodieSparkSchemaConverters.scala`) operating directly on `HoodieSchema`, so there is no longer a Spark-shadowed file to keep in lockstep with upstream Spark. Closing as fixed — please reopen if there's a different concrete divergence still in master. -- 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]
