Ryan Pifer created HUDI-1524:
--------------------------------
Summary: MOR issues/improvements when using CLI
Key: HUDI-1524
URL: https://issues.apache.org/jira/browse/HUDI-1524
Project: Apache Hudi
Issue Type: Improvement
Components: CLI
Reporter: Ryan Pifer
Several things noticed when interacting with hudi-cli that could improve the
experience
1. commit showpartitions --commit
This infers that it is strictly a `commit` being passed which does not account
for `deltacommits`. This information would also be valuable to have for these
2. commits show
When running this command for MOR tables, delta commits are displayed but don't
have any column statistics populated (i.e. Total Records Written, Total
Partitions Written, Total Files Added) which would be valuable information to
have.
3. show fsview all
This command infers that the table is date partitioned when loading filesystem
view unless property `globPath` is overridden. This isn't very intuitive when
customer has own partitioning scheme
4. stats wa
No information on write amplification is given for `deltacommits`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)