hushenmin opened a new issue #3005:
URL: https://github.com/apache/hudi/issues/3005
How to query history snapshot by given one history partition?
At present, through the following method, I can query the historical
snapshot of a Hudi partition, but for me, this method is very unfriendly.
Because I didn't know how many times there were the most recent commits in the
partition I want to query when I query.
```
add jar ${hudi.hadoop.bundle};
set hoodie.stock_ticks_cow.consume.mode=INCREMENTAL;
set hoodie.stock_ticks_cow.consume.max.commits=3;
set hoodie.stock_ticks_cow.consume.start.timestamp='${min.commit.time}';
```
If the Hudi community can provide a way to query the full history snapshots
of a partition in Hudi, I think this is a great feature, because it can solve
the pain point of querying the full history snapshots.
In this way, I can directly switch the current full data warehouse `Hive on
HDFS` model to `Hive on Hudi`
--
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]