ARROW-18074: [CI] Running ctest for PyArrow C++ not needed anymore#14435
ARROW-18074: [CI] Running ctest for PyArrow C++ not needed anymore#14435pitrou merged 1 commit intoapache:masterfrom
Conversation
|
|
pitrou
left a comment
There was a problem hiding this comment.
Nice to see the PyArrow build chain progressively getting simpler :-)
…14435) As #14117 is merged separate run of `ctest` for `PyArrow C++` tests is not needed anymore and is removed in this PR. Authored-by: Alenka Frim <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
|
Benchmark runs are scheduled for baseline = 66874f5 and contender = b7e60c7. b7e60c7 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
['Python', 'R'] benchmarks have high level of regressions. |
As #14117 is merged separate run of
ctestforPyArrow C++tests is not needed anymore and is removed in this PR.