apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

GH-2959: Optimize the test case of parquet rewriter. #2960

Closed joyCurry30 closed 4 months ago

joyCurry30 commented 4 months ago

Rationale for this change

Refer to #2959

What changes are included in this PR?

Optimize the test case of parquet rewriter.

Are these changes tested?

Yes.

Are there any user-facing changes?

No,

Closes #2959

wgtmac commented 4 months ago

Thanks for the improvement! Could you please also show the elapsed time of the improved test before and after?

joyCurry30 commented 4 months ago

Before:

image

After:

image