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 2020/10/10 06:53:08 UTC

[GitHub] [arrow] zanmato1984 opened a new pull request #8423: ARROW-10262: [C++] Fix TypeClass for BinaryScalar and LargeBinaryScalar

zanmato1984 opened a new pull request #8423:
URL: https://github.com/apache/arrow/pull/8423


   Alias `TypeClass` in `BinaryScalar` and `LargeBinaryScalar` are seemingly typo-ed to be `BinaryScalar` and `LargeBinaryScalar`. This causes issues when using `ScalarType::TypeClass`, esp. with `TypeTrait` - i.e., compiler complains that there are no whatever members in specialized `TypeTrait<BinaryScalar>` and `TypeTrait<LargeBinaryScalar>`.
   
   Fixing them to `BinaryType` and `LargeBinaryType`.


----------------------------------------------------------------
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 #8423: ARROW-10262: [C++] Fix TypeClass for BinaryScalar and LargeBinaryScalar

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


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


----------------------------------------------------------------
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 #8423: ARROW-10262: [C++] Fix TypeClass for BinaryScalar and LargeBinaryScalar

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


   


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