Closed pitrou closed 4 hours ago
@raulcd @assignUser
hey @pitrou I am new to arrow. Will try to check this issue out. Look forward to learning about this project and getting a fix in for this.
@malinjawi So, if you look at the link I gave you above (the "Run" step in the failing CI run), you can easily reproduce the error locally if you have the Docker client installed, and run these commands:
$ cd arrow/cpp/examples/tutorial_examples
$ docker compose run --rm tutorial
@malinjawi btw this was the PR that introduced the change that has to be updated on the tutorial examples:
hey @raulcd and @pitrou thanks for your help on this issue. I am very happy to raise my first PR to this project please if you can review and let me know if I missed something to fix this issue.
Oh, sorry.
I should have updated the file too...
Issue resolved by pull request 44807 https://github.com/apache/arrow/pull/44807
Describe the bug, including details regarding any error messages, version, and platform.
The
example-cpp-tutorial
Crossbow night build now fails because it's using some deprecated APIs. https://github.com/ursacomputing/crossbow/actions/runs/11944262092/job/33294899404It should certainly be easy to migrate the tested example(s) to non-deprecated APIs, and is therefore a good task for someone wanting to start on Arrow C++ development (or even perhaps general C++ development).
Component(s)
C++, Continuous Integration