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


   in sparkdatasource write, guess the expectation is that, you can set the 
write mode to "Overwrite" and so its taken care of. while in deltastreamer, we 
can't do that. we always try to append and if dir(table base path) exists, 
probably we assume table exists. 
   
   I assume if you delete the table base path and retry, it should work. 
   


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