You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2022/04/28 05:15:00 UTC

[jira] [Comment Edited] (HUDI-3511) Support Metadata command based on Call Produce Command

    [ https://issues.apache.org/jira/browse/HUDI-3511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529196#comment-17529196 ] 

Ethan Guo edited comment on HUDI-3511 at 4/28/22 5:14 AM:
----------------------------------------------------------

[https://github.com/apache/hudi/issues/5301]

[SUPPORT]Support Show Data Files Command Based on Call Procedure Command for Spark SQL #5301

To show all of the table's data files and each file's metadata

 
 


was (Author: guoyihua):
[https://github.com/apache/hudi/issues/5301]
h1. [SUPPORT]Support Show Data Files Command Based on Call Procedure Command for Spark SQL #5301

To show all of the table's data files and each file's metadata, Example:
||content||file_path||file_format||partition||record_count||file_size_in_bytes||column_sizes||value_counts||null_value_counts||nan_value_counts||lower_bounds||upper_bounds||key_metadata||split_offsets||equality_ids||sort_order_id||
|0|s3://.../dt=20210102/00000-0-756e2512-49ae-45bb-aae3-c0ca475e7879-00001.parquet|PARQUET|{20210102}|14|2444|{1 -> 94, 2 -> 17}|{1 -> 14, 2 -> 14}|{1 -> 0, 2 -> 0}|{}|{1 -> 1, 2 -> 20210102}|{1 -> 2, 2 -> 20210102}|null|[4]|null|0|
|0|s3://.../dt=20210103/00000-0-26222098-032f-472b-8ea5-651a55b21210-00001.parquet|PARQUET|{20210103}|14|2444|{1 -> 94, 2 -> 17}|{1 -> 14, 2 -> 14}|{1 -> 0, 2 -> 0}|{}|{1 -> 1, 2 -> 20210103}|{1 -> 3, 2 -> 20210103}|null|[4]|null|0|
|0|s3://.../dt=20210104/00000-0-a3bb1927-88eb-4f1c-bc6e-19076b0d952e-00001.parquet|PARQUET|{20210104}|14|2444|{1 -> 94, 2 -> 17}|{1 -> 14, 2 -> 14}|{1 -> 0, 2 -> 0}|{}|{1 -> 1, 2 -> 20210104}|{1 -> 3, 2 -> 20210104}|null|[4]|null|0|

> Support Metadata command based on Call Produce Command
> ------------------------------------------------------
>
>                 Key: HUDI-3511
>                 URL: https://issues.apache.org/jira/browse/HUDI-3511
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: cli
>            Reporter: Forward Xu
>            Assignee: Forward Xu
>            Priority: Major
>             Fix For: 0.12.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.7#820007)