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/06/25 04:11:51 UTC

[GitHub] [arrow] mathyingzhou opened a new pull request #10599: ARROW-13154: [C++] Remove the undocumented type_code <= 125 restriction in union types

mathyingzhou opened a new pull request #10599:
URL: https://github.com/apache/arrow/pull/10599


   For DENSE_UNION and SPARSE_UNION type_code must not be 126 or 127 which is not intended. This has been fixed. Furthermore array_union_test.cc has been modified to test for whether 127 is allowed as a type_code without errors.


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

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



[GitHub] [arrow] mathyingzhou commented on pull request #10599: ARROW-13154: [C++] Remove the undocumented type_code <= 125 restriction in union types

Posted by GitBox <gi...@apache.org>.
mathyingzhou commented on pull request #10599:
URL: https://github.com/apache/arrow/pull/10599#issuecomment-868189623


   @pitrou  Could you please review it? Really thanks!


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #10599: ARROW-13154: [C++] Remove the undocumented type_code <= 125 restriction in union types

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


   https://issues.apache.org/jira/browse/ARROW-13154


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

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



[GitHub] [arrow] pitrou closed pull request #10599: ARROW-13154: [C++] Remove the undocumented type_code <= 125 restriction in union types

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


   


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