ksoullpwk commented on issue #12114:
URL: https://github.com/apache/hudi/issues/12114#issuecomment-2418359460
My workaround now is manually set the spark conf by running
`spark.conf.set("hoodie.metadata.enable", false)` before running
`spark.sql(...)`. It seems to be okay now.
I guess it might cause by there is no `hoodie.metadata.enable` property and
they read the default as true.
--
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]