ArnavBalyan opened a new pull request, #3274:
URL: https://github.com/apache/parquet-java/pull/3274
- Size stats currently prints chunk-level size statistics for every row
group and every column in the file. On wide schemas and/or large files, this
can generate massive, output, making the command hard to use.
- Add filtering flags to size-stats aligning with column-index:
-c, --column: filter by column dot paths (e.g., a.b.c)
-r, --row-group: filter by row-group indexes (0-based)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]