michael1991 commented on issue #10828:
URL: https://github.com/apache/hudi/issues/10828#issuecomment-1982196067
I'm using Spark 3.3.2 with Hudi 0.12.3 to write table a, meanwhile i'm using
Spark 3.3.2 with Hudi 0.14.1 to read from table a and write to table b. All
tables are COW type, just
dataframe.write.mode("append").format("hudi").save(path) and
spark.read.format("hudi").load(path).
Or is it possible to enable debug log to find more helpful things?
--
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]