zherenyu831 commented on issue #1798:
URL: https://github.com/apache/hudi/issues/1798#issuecomment-654575639
@bhasudha
It is very simple query
```
val df = spark.read.format("org.apache.hudi").load("s3://test/data/*/*/*")
val updatedDf = df.filter("_hoodie_commit_time between
'${_hoodieCommitTimeStart}' and '${_hoodieCommitTimeEnd}'")
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]