You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/07/12 13:30:29 UTC

[GitHub] [drill] jnturton opened a new pull request, #2594: DRILL-8249: Parquet decoding error reading nation.dict.parquet from test framework

jnturton opened a new pull request, #2594:
URL: https://github.com/apache/drill/pull/2594

   # [DRILL-8249](https://issues.apache.org/jira/browse/DRILL-8249): Parquet decoding error reading nation.dict.parquet from test framework.
   
   ## Description
   
   Thank you to @ArtTrush for finding and partially debugging this regression. The Parquet test file attached to the Jira issue cannot be queried with Drill 1.20.1 because it decides from column chunk metadata that a chunk does not use dictionary encoding and ignores new information found by the Parquet page reader that indicates that dictionary encoding is used. This fix restores the consideration of the `usingDictionary` flag which is updated by the page reader.
   
   ## Documentation
   N/A
   
   ## Testing
   The Drill Test Framework contains a test query and file nation.dict.parquet that reveals this bug.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] jnturton merged pull request #2594: DRILL-8249: Parquet decoding error reading nation.dict.parquet from test framework

Posted by GitBox <gi...@apache.org>.
jnturton merged PR #2594:
URL: https://github.com/apache/drill/pull/2594


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org