llama90 opened a new issue, #39051:
URL: https://github.com/apache/arrow/issues/39051

   ### 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                                           
                                    |
   
|-------------------|--------------------------------------------------------------------------------------------|
   | scalar_test.cc    | `EXPECT_OK_AND_ASSIGN(auto cast_scalar, 
scalar.CastTo(to_type));`                          |
   | scalar_test.cc    | `scalar.CastTo(to_type));`                             
                                    |
   
   
   > The functions require handling "Unsupported cast from list_view<item: 
int16> to list using function cast_list" error.
   
   We need to implement casting from `list_view` to `list`. 
   
   
   ### 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]

Reply via email to