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 2022/02/17 09:53:33 UTC

[GitHub] [arrow] dragosmg opened a new pull request #12447: ARROW-15712 [R] Add a type method for Expression

dragosmg opened a new pull request #12447:
URL: https://github.com/apache/arrow/pull/12447


   This would allow for more consistent syntax when extracting the type of an expression.
   A block like this:
   ```r
   if (inherits(x, "Expression")) { 
   class <- x$type()$ToString() 
   } else { 
   class <- type(x)$ToString() 
   }
   ```
   
   would be simplified to
   
   ```r
   class <- type(x)$ToString()
   ```


-- 
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] thisisnic closed pull request #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   


-- 
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 #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   Benchmark runs are scheduled for baseline = 4a439c25115bfa6067562f87ea049d20e326903b and contender = cd20efbd3aace6fcb2b25740510b4379babb7a98. cd20efbd3aace6fcb2b25740510b4379babb7a98 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/e3607a69cfba469ab3a936bcfbb32a69...c4b108b219df49b2b69b379e498c9ba7/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b915f237df96457a8f54fd45fc58da77...bcfc4fc6223947c6b5dcfa4e6b7683df/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa05d0fc54ff410f818df646bf449d23...0016e60c766f41f9a6b8500d34c6d9f2/)
   [Finished :arrow_down:0.21% :arrow_up:0.04%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/43a5c359b6734355b2b98089c6f56e9a...bedd8129155048f8a3aa7018145aaebc/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   Benchmark runs are scheduled for baseline = 4a439c25115bfa6067562f87ea049d20e326903b and contender = cd20efbd3aace6fcb2b25740510b4379babb7a98. cd20efbd3aace6fcb2b25740510b4379babb7a98 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/e3607a69cfba469ab3a936bcfbb32a69...c4b108b219df49b2b69b379e498c9ba7/)
   [Finished :arrow_down:0.34% :arrow_up:0.85%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b915f237df96457a8f54fd45fc58da77...bcfc4fc6223947c6b5dcfa4e6b7683df/)
   [Failed :arrow_down:0.36% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa05d0fc54ff410f818df646bf449d23...0016e60c766f41f9a6b8500d34c6d9f2/)
   [Finished :arrow_down:0.21% :arrow_up:0.04%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/43a5c359b6734355b2b98089c6f56e9a...bedd8129155048f8a3aa7018145aaebc/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot commented on pull request #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   Benchmark runs are scheduled for baseline = 4a439c25115bfa6067562f87ea049d20e326903b and contender = cd20efbd3aace6fcb2b25740510b4379babb7a98. cd20efbd3aace6fcb2b25740510b4379babb7a98 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/e3607a69cfba469ab3a936bcfbb32a69...c4b108b219df49b2b69b379e498c9ba7/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b915f237df96457a8f54fd45fc58da77...bcfc4fc6223947c6b5dcfa4e6b7683df/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa05d0fc54ff410f818df646bf449d23...0016e60c766f41f9a6b8500d34c6d9f2/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/43a5c359b6734355b2b98089c6f56e9a...bedd8129155048f8a3aa7018145aaebc/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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] ursabot edited a comment on pull request #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   Benchmark runs are scheduled for baseline = 4a439c25115bfa6067562f87ea049d20e326903b and contender = cd20efbd3aace6fcb2b25740510b4379babb7a98. cd20efbd3aace6fcb2b25740510b4379babb7a98 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/e3607a69cfba469ab3a936bcfbb32a69...c4b108b219df49b2b69b379e498c9ba7/)
   [Finished :arrow_down:0.34% :arrow_up:0.85%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b915f237df96457a8f54fd45fc58da77...bcfc4fc6223947c6b5dcfa4e6b7683df/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa05d0fc54ff410f818df646bf449d23...0016e60c766f41f9a6b8500d34c6d9f2/)
   [Finished :arrow_down:0.21% :arrow_up:0.04%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/43a5c359b6734355b2b98089c6f56e9a...bedd8129155048f8a3aa7018145aaebc/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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 #12447: ARROW-15712 [R] Add a type method for Expression

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


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


-- 
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 #12447: ARROW-15712 [R] Add a `type` method for `Expression` objects

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


   Benchmark runs are scheduled for baseline = 4a439c25115bfa6067562f87ea049d20e326903b and contender = cd20efbd3aace6fcb2b25740510b4379babb7a98. cd20efbd3aace6fcb2b25740510b4379babb7a98 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/e3607a69cfba469ab3a936bcfbb32a69...c4b108b219df49b2b69b379e498c9ba7/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/b915f237df96457a8f54fd45fc58da77...bcfc4fc6223947c6b5dcfa4e6b7683df/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa05d0fc54ff410f818df646bf449d23...0016e60c766f41f9a6b8500d34c6d9f2/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/43a5c359b6734355b2b98089c6f56e9a...bedd8129155048f8a3aa7018145aaebc/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. 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