rahil-c commented on code in PR #14374:
URL: https://github.com/apache/hudi/pull/14374#discussion_r2579081461
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSchemaUtils.scala:
##########
@@ -191,33 +191,35 @@ object HoodieSchemaUtils {
* Deducing with enabled reconciliation.
* Marked as Deprecated.
*/
- private def deduceWriterSchemaWithReconcile(sourceSchema: Schema,
- canonicalizedSourceSchema:
Schema,
+ private def deduceWriterSchemaWithReconcile(sourceSchema: HoodieSchema,
+ canonicalizedSourceSchema:
HoodieSchema,
latestTableSchema: Schema,
Review Comment:
will try this
--
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]