You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/04 17:17:17 UTC

[GitHub] [hudi] xushiyan commented on issue #5715: [SUPPORT] Hudi 0.11.0 time travel not working

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org