parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

PARQUET-570: Added support to write to stdout

Open pilardi opened this issue 7 months ago • 0 comments

Rationale for this change

https://issues.apache.org/jira/browse/PARQUET-570

What changes are included in this PR?

Commands can now write to stdout rather than a fixed location

Are these changes tested?

There are tests for each affected files

Are there any user-facing changes?

The cli now do no require the output parameter as it writes to stdout by default

pilardi avatar May 19 '25 15:05 pilardi