nsivabalan commented on issue #5741:
URL: https://github.com/apache/hudi/issues/5741#issuecomment-1149154510

   if you have disabled metadata on the writer path, your stacktrace does not 
makes sense. 
   
   ```
   sdf.write
   .format("hudi")
   // DataSourceWriteOptions
   .option("hoodie.metadata.enable","false")
   .
   .
   ```
   
   even if enabled, you should not hit the issue seen above. But lets first see 
if we can get it working w/o metadata and then we can investigate further on 
metadata. 
   
   


-- 
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]

Reply via email to