You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/14 17:01:39 UTC

[GitHub] [arrow] pitrou opened a new pull request #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

pitrou opened a new pull request #11951:
URL: https://github.com/apache/arrow/pull/11951


   Indicate to the user, in the generated function signature, that the given arguments cannot be passed by name.
   
   Before:
   ```
   Signature: pc.add(x, y, *, memory_pool=None)
   Docstring:
   Add the arguments element-wise.
   [...]
   ```
   
   After:
   ```
   Signature: pc.add(x, y, /, *, memory_pool=None)
   Docstring:
   Add the arguments element-wise.
   [...]
   ```


-- 
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 #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
ursabot commented on pull request #11951:
URL: https://github.com/apache/arrow/pull/11951#issuecomment-994754382


   Benchmark runs are scheduled for baseline = 48bffc29938cdf51235a4d9272c54262ebf42e27 and contender = a5b4ff7d08da2039bb234ac990fd9b77166562f9. a5b4ff7d08da2039bb234ac990fd9b77166562f9 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/303cd43999de4719a66edbb813106f22...4263b724d22644bebf78b998119ee750/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a8fc1cd0e91141429bdf211cc6145ae3...a98b31e2d9a549e1acc954fda212e4f6/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a8fd131833d44d469f0d4e607302dcd9...8d85e5e2ad41469dac3e79fc990a6bcf/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   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] ursabot edited a comment on pull request #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11951:
URL: https://github.com/apache/arrow/pull/11951#issuecomment-994754382


   Benchmark runs are scheduled for baseline = 48bffc29938cdf51235a4d9272c54262ebf42e27 and contender = a5b4ff7d08da2039bb234ac990fd9b77166562f9. a5b4ff7d08da2039bb234ac990fd9b77166562f9 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/303cd43999de4719a66edbb813106f22...4263b724d22644bebf78b998119ee750/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a8fc1cd0e91141429bdf211cc6145ae3...a98b31e2d9a549e1acc954fda212e4f6/)
   [Finished :arrow_down:0.13% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a8fd131833d44d469f0d4e607302dcd9...8d85e5e2ad41469dac3e79fc990a6bcf/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   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] ursabot edited a comment on pull request #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11951:
URL: https://github.com/apache/arrow/pull/11951#issuecomment-994754382


   Benchmark runs are scheduled for baseline = 48bffc29938cdf51235a4d9272c54262ebf42e27 and contender = a5b4ff7d08da2039bb234ac990fd9b77166562f9. a5b4ff7d08da2039bb234ac990fd9b77166562f9 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/303cd43999de4719a66edbb813106f22...4263b724d22644bebf78b998119ee750/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a8fc1cd0e91141429bdf211cc6145ae3...a98b31e2d9a549e1acc954fda212e4f6/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a8fd131833d44d469f0d4e607302dcd9...8d85e5e2ad41469dac3e79fc990a6bcf/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   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] ursabot edited a comment on pull request #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #11951:
URL: https://github.com/apache/arrow/pull/11951#issuecomment-994754382


   Benchmark runs are scheduled for baseline = 48bffc29938cdf51235a4d9272c54262ebf42e27 and contender = a5b4ff7d08da2039bb234ac990fd9b77166562f9. a5b4ff7d08da2039bb234ac990fd9b77166562f9 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/303cd43999de4719a66edbb813106f22...4263b724d22644bebf78b998119ee750/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a8fc1cd0e91141429bdf211cc6145ae3...a98b31e2d9a549e1acc954fda212e4f6/)
   [Finished :arrow_down:0.13% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/a8fd131833d44d469f0d4e607302dcd9...8d85e5e2ad41469dac3e79fc990a6bcf/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   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] jorisvandenbossche closed pull request #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche closed pull request #11951:
URL: https://github.com/apache/arrow/pull/11951


   


-- 
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 #11951: ARROW-14766: [Python] Mark compute function arguments positional-only

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #11951:
URL: https://github.com/apache/arrow/pull/11951#issuecomment-993795468


   https://issues.apache.org/jira/browse/ARROW-14766


-- 
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