pramodbiligiri commented on PR #7868:
URL: https://github.com/apache/hudi/pull/7868#issuecomment-1420855720
Find sample output from both the commands below:
hudi:tbl1->connect --path
/tmp/junit3259117171799396061/TestRestoresCommand_test_table/
Metadata for table TestRestoresCommand_test_table loaded
hudi:TestRestoresCommand_test_table->show restores
2023-02-07 19:27:38.986 INFO 64110 --- [ main]
o.a.h.c.t.t.HoodieActiveTimeline : Loaded instants upto :
Option{val=[20230207192635085__restore__COMPLETED]}
╔═══════════════════╤══════════════════╤══════════════════════╗
║ Instant │ Restored Instant │ Time taken in millis ║
╠═══════════════════╪══════════════════╪══════════════════════╣
║ 20230207192628161 │ 103 │ 2407 ║
╟───────────────────┼──────────────────┼──────────────────────╢
║ 20230207192635085 │ 106 │ 2033 ║
╚═══════════════════╧══════════════════╧══════════════════════╝
hudi:TestRestoresCommand_test_table->show restore --instant 20230207192628161
╔═══════════════════╤══════════════════╤══════════════════════╗
║ Instant │ Restored Instant │ Time taken in millis ║
╠═══════════════════╪══════════════════╪══════════════════════╣
║ 20230207192628161 │ 103 │ 2407 ║
╚═══════════════════╧══════════════════╧══════════════════════╝
--
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]