yihua commented on issue #6335: URL: https://github.com/apache/hudi/issues/6335#issuecomment-1211565003
@rohit-m-99 Is this from Spark SQL? Do you see any exceptions or stacktrace? A few things to try out: (1) restart spark-shell or spark-sql to see if this goes away; (2) set `hoodie.metadata.enable` to `false` in Deltastreamer and wait for a few commits so that metadata table is deleted completely (no `.hoodie/metadata` folder), and then re-enable the metadata table. -- 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]
