llama90 opened a new issue, #39049:
URL: https://github.com/apache/arrow/issues/39049
### Describe the enhancement requested
This is a sub-issue of the issue mentioned below.
* #35560
As we can see in the parent issue, we can find tables organizing the related
functions.
| file name | code snippet
|
|-------------------|--------------------------------------------------------------------------------------------|
| partition_test.cc | `ASSERT_OK_AND_ASSIGN(auto dict_hello,
MakeScalar("hello")->CastTo(DictStr("")->type()));` |
| partition_test.cc | `ASSERT_OK_AND_ASSIGN(auto dict_hello,
MakeScalar("hello")->CastTo(dict_type));` |
| scalar_test.cc | `ASSERT_OK_AND_ASSIGN(auto cast_alpha,
alpha->CastTo(ty));` |
We need to implement casting from `String` to `Dictionary`.
### Component(s)
C++
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]