-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Parquet read with an isNull filter on nested array (#10890)
Summary: Below failure occurs when selecting a struct column from Parquet filtering using an isNull filter on nested array and the filter is extracted to subfield filters in 'extractFiltersFromRemainingFilter'. ``` velox/dwio/parquet/reader/PageReader.cpp:737, Function:skip, Expression: No decoder to skip, Source: RUNTIME, ErrorCode: INVALID_STATE unknown file: Failure C++ exception with description "Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Reason: No decoder to skip ``` Pull Request resolved: #10890 Reviewed By: Yuhta Differential Revision: D62885150 Pulled By: kevinwilfong fbshipit-source-id: a940c092f03a6dbf234312e05306760cf3556c26
- Loading branch information
1 parent
d8b60db
commit 91b80ee
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters