xushiyan commented on issue #5715:
URL: https://github.com/apache/hudi/issues/5715#issuecomment-1146653106
@rmehlitz to help narrow down the issue, can you read it with data source
API instead of spark sql (calling `table()`)
```scala
spark.read
.format("org.apache.hudi")
.option("as.of.instant", "<time between initial and upsert commit>")
.load("s3://<path_to_table>/my_table")
.show(false)
```
--
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]