yihua commented on issue #6335:
URL: https://github.com/apache/hudi/issues/6335#issuecomment-1208944879
After discussion with @rohit-m-99 , the problem is not due to the write
side, but rather how the Hudi table is read. The glob pattern, i.e.,
`spark.read.format("hudi").load("<base_path>/*")`, is used to read the table,
which causes inconsistent results. Using
`spark.read.format("hudi").load("<base_path>")` solves the problem and returns
the correct data.
--
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]