Re: Get uncompressed size of parquet file via parquet-cli

2022-02-20 Thread Deepak Gangwar
Thanks Xinli for confirming. Looks like Vinoo already have a fix so I will lookout for that PR. -- Thanks & Regards Deepak Gangwar From: Vinoo Ganesh Date: Monday, 21 February 2022 at 2:42 AM To: dev@parquet.apache.org Subject: Re: Get uncompressed size of parquet file via parquet-cli

[jira] [Commented] (PARQUET-2129) Add uncompressedSize to "meta" output

2022-02-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17495264#comment-17495264 ] ASF GitHub Bot commented on PARQUET-2129: - vinooganesh commented on pull request #949: URL:

[GitHub] [parquet-mr] vinooganesh commented on pull request #949: PARQUET-2129: Add uncompressedSize to meta Command

2022-02-20 Thread GitBox
vinooganesh commented on pull request #949: URL: https://github.com/apache/parquet-mr/pull/949#issuecomment-1046365800 @shangxinli tagging per the email thread -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: Get uncompressed size of parquet file via parquet-cli

2022-02-20 Thread Vinoo Ganesh
Ironically, I've needed this and added it recently on my fork of my parquet. Happy to contribute it back: https://issues.apache.org/jira/browse/PARQUET-2129 https://github.com/apache/parquet-mr/pull/949 Thanks, Vinoo Ganesh | vinoo.gan...@gmail.com On Sun, Feb 20, 2022 at 1:18 PM Xinli shang

[GitHub] [parquet-mr] vinooganesh opened a new pull request #949: PARQUET-2129: Add uncompressedSize to meta Command

2022-02-20 Thread GitBox
vinooganesh opened a new pull request #949: URL: https://github.com/apache/parquet-mr/pull/949 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them

[jira] [Commented] (PARQUET-2129) Add uncompressedSize to "meta" output

2022-02-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17495238#comment-17495238 ] ASF GitHub Bot commented on PARQUET-2129: - vinooganesh opened a new pull request #949: URL:

[jira] [Created] (PARQUET-2129) Add uncompressedSize to "meta" output

2022-02-20 Thread Vinoo Ganesh (Jira)
Vinoo Ganesh created PARQUET-2129: - Summary: Add uncompressedSize to "meta" output Key: PARQUET-2129 URL: https://issues.apache.org/jira/browse/PARQUET-2129 Project: Parquet Issue Type:

[jira] [Commented] (PARQUET-2128) Bump Thrift to 0.16.0

2022-02-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PARQUET-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17495237#comment-17495237 ] ASF GitHub Bot commented on PARQUET-2128: - vinooganesh opened a new pull request #948: URL:

[GitHub] [parquet-mr] vinooganesh opened a new pull request #948: PARQUET-2128: Upgrade Thrift to 0.16.0

2022-02-20 Thread GitBox
vinooganesh opened a new pull request #948: URL: https://github.com/apache/parquet-mr/pull/948 Make sure you have checked _all_ steps below. ### Jira - [X] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them

[jira] [Created] (PARQUET-2128) Bump Thrift to 0.16.0

2022-02-20 Thread Vinoo Ganesh (Jira)
Vinoo Ganesh created PARQUET-2128: - Summary: Bump Thrift to 0.16.0 Key: PARQUET-2128 URL: https://issues.apache.org/jira/browse/PARQUET-2128 Project: Parquet Issue Type: Improvement

Re: Get uncompressed size of parquet file via parquet-cli

2022-02-20 Thread Xinli shang
You seem right. The 'uncompressedSize' is having the value but not printed out anywhere. Do you want to make a fix? On Thu, Feb 17, 2022 at 3:29 AM Deepak Gangwar wrote: > Hi folks, > > I was using parquet-tools to see the data or metadata of parquet files. I > noticed that parquet-tools has