jorisvandenbossche commented on a change in pull request #8008:
URL: https://github.com/apache/arrow/pull/8008#discussion_r475541170
##########
File path: python/pyarrow/scalar.pxi
##########
@@ -687,6 +687,44 @@ cdef class DictionaryScalar(Scalar):
Concrete class for dictionary-encoded scalars.
"""
+ def __init__(self, index, dictionary, type):
Review comment:
(and can you also add some tests for this construction method?)
----------------------------------------------------------------
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:
[email protected]