You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/23 12:31:55 UTC

[GitHub] [arrow] shanhuuang opened a new pull request #10977: PARQUET-492: [C++][Parquet] Basic support for reading DELTA_BYTE_ARRAY data.

shanhuuang opened a new pull request #10977:
URL: https://github.com/apache/arrow/pull/10977


   1. Add "Advance" method in arrow::BitUtil::BitReader.
   2. Basic implement of DeltaLengthByteArrayDecoder and DeltaByteArrayDecoder.
   2. Test case of DeltaByteArrayDecoder, which relies on DeltaLengthByteArrayDecoder.
   
   TODO: 
   1. Read corrupted files written with bug([PARQUET-246](https://issues.apache.org/jira/browse/PARQUET-246)).
   2. Add a test case of DeltaLengthByteArrayDecoder, if possible.


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10977: PARQUET-492: [C++][Parquet] Basic support for reading DELTA_BYTE_ARRAY data.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10977:
URL: https://github.com/apache/arrow/pull/10977#issuecomment-903721926


   https://issues.apache.org/jira/browse/PARQUET-492


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] shanhuuang closed pull request #10977: PARQUET-492: [C++][Parquet] Basic support for reading DELTA_BYTE_ARRAY data.

Posted by GitBox <gi...@apache.org>.
shanhuuang closed pull request #10977:
URL: https://github.com/apache/arrow/pull/10977


   


-- 
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: github-unsubscribe@arrow.apache.org

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