TengHuo commented on issue #7284: URL: https://github.com/apache/hudi/issues/7284#issuecomment-1324978399
After checking, we found this reader schema comes from Spark catalog table here: https://github.com/apache/hudi/blob/d976671c7bbf6f7603cd219054dcdcee8d0632ba/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DefaultSource.scala#L222 This issue can be bypass if we using hive catalog. But I think it is not a proper fix solution. So my question is how should we fix this issue? Should we read this schema from `hoodie.properties` instead of spark catalog? -- 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]
