Commit d12f721
Fix arrow_cast with pyarrow DataType by delegating to Expr.cast
Use the existing Rust-side PyArrowType<DataType> conversion via
Expr.cast() instead of str() which produces pyarrow type names
that DataFusion does not recognize.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f760e70 commit d12f721
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2658 | 2658 | | |
2659 | 2659 | | |
2660 | 2660 | | |
2661 | | - | |
| 2661 | + | |
2662 | 2662 | | |
2663 | 2663 | | |
2664 | 2664 | | |
| |||
2789 | 2789 | | |
2790 | 2790 | | |
2791 | 2791 | | |
2792 | | - | |
| 2792 | + | |
2793 | 2793 | | |
2794 | 2794 | | |
2795 | 2795 | | |
| |||
0 commit comments