You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "RUOXI SUN (Jira)" <ji...@apache.org> on 2020/10/10 06:25:00 UTC

[jira] [Created] (ARROW-10262) [C++] Some TypeClass in Scalar classes seem incorrect

RUOXI SUN created ARROW-10262:
---------------------------------

             Summary: [C++] Some TypeClass in Scalar classes seem incorrect
                 Key: ARROW-10262
                 URL: https://issues.apache.org/jira/browse/ARROW-10262
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 1.0.1
            Reporter: RUOXI SUN


Alias `TypeClass` in [BinaryScalar|https://github.com/apache/arrow/blob/master/cpp/src/arrow/scalar.h#L217] and [LargeBinaryScalar|https://github.com/apache/arrow/blob/master/cpp/src/arrow/scalar.h#L242] are being `BinaryScalar` and `LargeBinaryScalar`. Are they supposed to be `BinaryType` and `LargeBinaryType`?

I'm having issues when I use `TypeTrait` on `ScalarType::TypeClass`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)