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

Support filtering on group-is-null in filter2 API

Open asfimport opened this issue 11 years ago • 0 comments

Currently filters only apply to primitive (leaf node) columns. But given the column "a.b.c.d.e.f" it seems reasonable to want to filter on "a.b.c" != null or something like that.

Reporter: Alex Levenson / @isnotinvain

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

asfimport avatar Jul 24 '14 06:07 asfimport