kszucs commented on a change in pull request #8088: URL: https://github.com/apache/arrow/pull/8088#discussion_r491384129
########## File path: python/pyarrow/includes/libarrow.pxd ########## @@ -969,11 +969,13 @@ cdef extern from "arrow/api.h" namespace "arrow" nogil: vector[shared_ptr[CScalar]] value CResult[shared_ptr[CScalar]] field(CFieldRef ref) const - cdef cppclass CDictionaryScalar" arrow::DictionaryScalar"(CScalar): - cppclass CDictionaryValue "arrow::DictionaryScalar::ValueType": - shared_ptr[CScalar] index - shared_ptr[CArray] dictionary + cdef cppclass CDictionaryValue "arrow::DictionaryScalar::ValueType": + shared_ptr[CScalar] index + shared_ptr[CArray] dictionary + cdef cppclass CDictionaryScalar" arrow::DictionaryScalar"(CScalar): + CDictionaryScalar(CDictionaryValue value, shared_ptr[CDataType], + c_bool is_valid) CDictionaryValue value Review comment: Updated. ---------------------------------------------------------------- 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: us...@infra.apache.org