You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/03/31 11:29:49 UTC

[GitHub] [arrow] wgtmac opened a new issue, #34823: [C++][ORC]

wgtmac opened a new issue, #34823:
URL: https://github.com/apache/arrow/issues/34823

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Currently the ORC CHAR type is mapped to Arrow FIXED_SIZE_BINARY type. However, the meaning of length differs between these types. The length of ORC CHAR type means number of UTF8 characters while that of Arrow FIXED_SIZE_BINARY means number of bytes.
   
   ### Component(s)
   
   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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] kou closed issue #34823: [C++][ORC] Fix ORC CHAR type mapping

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34823: [C++][ORC] Fix ORC CHAR type mapping
URL: https://github.com/apache/arrow/issues/34823


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

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