parisni opened a new issue #3670:
URL: https://github.com/apache/hudi/issues/3670
In my experiments, when a table is managed with SQL (ie `spark.sql("create
table...")`) then they cannot be managed with the datasource api
(`spark.write.format("hudi")`) for update/delete , but only read works.
As a result, `sql api` and `datasource api` cannot be used together. One
has to chose the API for a given 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]