Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix varint-encode() encoding algorithm link #30

Closed
wants to merge 1 commit into from
Closed

Fix varint-encode() encoding algorithm link #30

wants to merge 1 commit into from

Conversation

kostya-sh
Copy link
Contributor

The spec says that varint-encode() is ULEB-128 encoding but links to VLQ algorithm that is slightly different from ULEB-128

The spec says that varint-encode() is ULEB-128 encoding but links to VLQ algorithm that is slightly different from ULEB-128
@julienledem
Copy link
Member

LGTM. Can you create a JIRA and update the PR title? https://issues.apache.org/jira/browse/PARQUET

@lekv
Copy link
Contributor

lekv commented Jun 15, 2017

I created PARQUET-1032 for this. @kostya-sh - Do you want to pick this back up?

lekv pushed a commit to lekv/parquet-format that referenced this pull request Jul 31, 2017
…evels

Added a LevelDecoder and LevelEncoder class to read and write batches of def/rep levels.
Added tests to verify the functionality.

Author: Deepak Majeti <deepak.majeti@hp.com>

Closes apache#30 from majetideepak/master and squashes the following commits:

18d7e51 [Deepak Majeti] fixed argument order of asserts inside test cases
5e0000b [Deepak Majeti] PARQUET-169: Implement support for reading repetition and definition levels
@kostya-sh
Copy link
Contributor Author

It has been a long time but I have created #69 with the updated commit message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants