forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-515: Add "SetData" to LevelDecoder
This PR implements a SetData interface for the LevelDecoder class similar to existing value decoders. This PR also adds a test for PARQUET-523 Author: Deepak Majeti <deepak.majeti@hp.com> Closes apache#51 from majetideepak/PARQUET-515 and squashes the following commits: dde3654 [Deepak Majeti] fixed headers order c26db08 [Deepak Majeti] rebased with upstream 1420bbf [Deepak Majeti] PARQUET-515 Change-Id: I115e65bf37b1ad4eb1c5032223769db4183b4272
- Loading branch information
1 parent
52fe079
commit ce3621f
Showing
5 changed files
with
192 additions
and
58 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
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
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
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
Oops, something went wrong.