Omega359 opened a new issue, #6715:
URL: https://github.com/apache/arrow-rs/issues/6715

   **Describe the bug**
   
   It looks like utf8View -> numeric support is available in 
[cast_with_options](https://github.com/apache/arrow-rs/blob/28878d375c5bb1c2f5adb46b287e16cea768b6e7/arrow-cast/src/cast/mod.rs#L1287)
 however can_cast_types does not reflect that.
   
   can_cast_types should be gone over closely to verify it reflects what is 
actually supported wrt Utf8Views 
   
   **To Reproduce**
   
   Done via DF's slt tests
   ```
   query B
   select arrow_cast(arrow_cast('1', 'Utf8View'), 'Int32') < 2;
   ----
   true
   ```
    DataFusion error: This feature is not implemented: Unsupported CAST from 
Utf8View to Int32
   
   
   **Expected behavior**
   
   This should work as expected
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
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