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/12/28 16:15:04 UTC

[GitHub] [arrow] robambalu opened a new issue #12046: parquet-cpp RLE/delta encoding

robambalu opened a new issue #12046:
URL: https://github.com/apache/arrow/issues/12046


   I'm trying to use the parquet RLE and delta binary encoding for some of my columns.  I dont want them to use dictionary encoding at all.  However, when I try to set my builder to disable dictionary / enable RLE or delta binary, I hit this exception:
   "Selected encoding is not supported".
   
   Looking in parquet/encoding.cpp MakeEncoder it looks like these encodings arent actually supported.  Am I going about this the wrong way, or am I bound to encode with dictionary or PLAIN?


-- 
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] emkornfield commented on issue #12046: parquet-cpp RLE/delta encoding

Posted by GitBox <gi...@apache.org>.
emkornfield commented on issue #12046:
URL: https://github.com/apache/arrow/issues/12046#issuecomment-1006292840


   This is correct they are not yet implemented yet in C++


-- 
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] emkornfield closed issue #12046: parquet-cpp RLE/delta encoding

Posted by GitBox <gi...@apache.org>.
emkornfield closed issue #12046:
URL: https://github.com/apache/arrow/issues/12046


   


-- 
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