You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "AlenkaF (via GitHub)" <gi...@apache.org> on 2023/02/27 09:31:06 UTC

[GitHub] [arrow] AlenkaF opened a new pull request, #34360: GH-34359: [Python] Add select method to pyarrow.RecordBatch

AlenkaF opened a new pull request, #34360:
URL: https://github.com/apache/arrow/pull/34360

   ### Rationale for this change
   There is a `select` method defined for `pa.Table` and we should add the same for `pa.RecordBatch.`
   
   ### What changes are included in this PR?
   Added method to `RecordBatch` class in `table.pxi`.
   
   ### Are these changes tested?
   Yes, tests are added to _python/pyarrow/tests/test_table.py_.
   
   ### Are there any user-facing changes?
   No.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] ursabot commented on pull request #34360: GH-34359: [Python] Add select method to pyarrow.RecordBatch

Posted by "ursabot (via GitHub)" <gi...@apache.org>.
ursabot commented on PR #34360:
URL: https://github.com/apache/arrow/pull/34360#issuecomment-1446567437

   Benchmark runs are scheduled for baseline = 52f4fe1157b11818d4c21ffbbbaf0e4d3e921835 and contender = 6a4bcb36c091fea07c03c57b2e31dd29f9846ac2. 6a4bcb36c091fea07c03c57b2e31dd29f9846ac2 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/6beade88443c4bf8acdab11ed6bd3fb1...e96fd7be764a4fc5ac19f1de6d6d7904/)
   [Failed :arrow_down:1.74% :arrow_up:1.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/866dd614ed9c4c4c97079f178116300c...12500204759f431bb2b7aa86ff92cfa2/)
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/b583c2ae68654a6c877320c0bdbc5374...4f4776c497624be189af3c17a5f627e8/)
   [Finished :arrow_down:0.25% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/c0824c34f6d34ceea5309530a38cb951...6d896eb4064a42658e4f2eae7efb3b31/)
   Buildkite builds:
   [Finished] [`6a4bcb36` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2438)
   [Failed] [`6a4bcb36` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2468)
   [Finished] [`6a4bcb36` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2435)
   [Finished] [`6a4bcb36` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2459)
   [Finished] [`52f4fe11` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/2437)
   [Failed] [`52f4fe11` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/2467)
   [Finished] [`52f4fe11` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/2434)
   [Finished] [`52f4fe11` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/2458)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #34360: GH-34359: [Python] Add select method to pyarrow.RecordBatch

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #34360:
URL: https://github.com/apache/arrow/pull/34360#issuecomment-1445996081

   * Closes: #34359


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche merged pull request #34360: GH-34359: [Python] Add select method to pyarrow.RecordBatch

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche merged PR #34360:
URL: https://github.com/apache/arrow/pull/34360


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org