apache / parquet-java

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

Create a comparator utility to compare 2 parquet files and give a clear message for the differences #2950

Open ee08b397 opened 4 months ago

ee08b397 commented 4 months ago

Describe the usage question you have. Please include as many useful details as possible.

We have been using Parquet files in production and would like an automated process for regression testing.

Requirements

  1. Sort elements in lists before comparison.

Component(s)

Build a new module.