parquet-format icon indicating copy to clipboard operation
parquet-format copied to clipboard

Formatting is broken for description of BIT_PACKED

Open asfimport opened this issue 4 years ago • 1 comments

The Nested Encoding section of documentation doesn't escape the _ character, so it looks as following:

Two encodings for the levels are supported BIT_PACKED and RLE. Only RLE is now used as it supersedes BIT_PACKED.

instead of

Two encodings for the levels are supported BIT_PACKED and RLE. Only RLE is now used as it supersedes BIT_PACKED.

 

Reporter: Alex Ott

Note: This issue was originally created as PARQUET-2085. Please see the migration documentation for further details.

asfimport avatar Sep 05 '21 09:09 asfimport

Gabor Szadovszky / @gszadovszky: [~alexott], I got it now. You are talking about the Parquet site. I was confused because the PR is in the parquet-format repo. The Offical site has a separate repository: https://github.com/apache/parquet-site. It is a bit tricky to update (need to install old ruby libs and generate the htmls manually) but if you would like to give a try feel free to create a new PR on the site repo.

asfimport avatar Sep 14 '21 09:09 asfimport