Skip to content

PARQUET-1032: fix varint-encode() encoding algorithm link#69

Closed
kostya-sh wants to merge 1 commit intoapache:masterfrom
kostya-sh:patch-1
Closed

PARQUET-1032: fix varint-encode() encoding algorithm link#69
kostya-sh wants to merge 1 commit intoapache:masterfrom
kostya-sh:patch-1

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.

@lekv
Copy link
Contributor

lekv commented Oct 4, 2017

LGTM, thanks for fixing this. You could also correct the "http" in L233 to "https" while you're here.

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

While at it use HTTPS for another wikipedia link.
@kostya-sh
Copy link
Contributor Author

Done

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.

2 participants