AlenkaF commented on PR #39192: URL: https://github.com/apache/arrow/pull/39192#issuecomment-1925346864
> Could you help me identify any broken workflows related to Python? I searched the codebase for `CastTo`, but couldn't find it in the Python parts. I'm puzzled as to why the workflow error mentions `CastTo`. > > * https://github.com/apache/arrow/actions/runs/7765982118/job/21181283847?pr=39192 > > * `pyarrow_cython_example.cpp:8782:46: error: 'using element_type = std::remove_extent<arrow::Scalar>::type' {aka 'struct arrow::Scalar'} has no member named 'CastTo'; did you mean 'cast'?` There are occurrences in Cython that still bind to/use `CastTo` from C++ and so [Cython tests](https://github.com/apache/arrow/blob/22f2cfd1e1ebe49016b6d97c49f494287a98d02f/python/pyarrow/tests/test_cython.py) fail, see https://github.com/search?q=repo%3Aapache%2Farrow+CastTo+language%3ACython&type=code&l=Cython -- 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]
