nastra closed issue #12281: Print un-pretty metadata JSON files without
whitespace
URL: https://github.com/apache/iceberg/issues/12281
--
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 co
istreeter commented on issue #12281:
URL: https://github.com/apache/iceberg/issues/12281#issuecomment-2663400749
> does removing the pretty causes any issues for rendering in common ui
tools or any other reader ?
It's hard to guess which UI tools get used to read Iceberg metadata file
singhpk234 commented on issue #12281:
URL: https://github.com/apache/iceberg/issues/12281#issuecomment-2661555646
This is interesting, does removing the pretty causes any issues for
rendering in common ui tools or any other reader ?
> I have seen a metadata files which was 53.6MB. Af
istreeter opened a new issue, #12281:
URL: https://github.com/apache/iceberg/issues/12281
### Feature Request / Improvement
Currently, metadata files are pretty-printed, with lots of new-lines and
whitespace indentations. [This is the relevant line of
code](https://github.com/apache