apache / parquet-java

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

Hadoop vector IO API doesn't handle empty list of ranges #2919

Closed asfimport closed 2 weeks ago

asfimport commented 2 weeks ago

Same as HADOOP-19204. VectorIO regression: empty ranges are now rejected. This is triggering a failure in some tests.

Change validation code to downgrade an empty list to a no-op.

Reporter: Steve Loughran / @steveloughran Assignee: Steve Loughran / @steveloughran

Related issues:

Note: This issue was originally created as PARQUET-2498. Please see the migration documentation for further details.