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/03/10 13:09:02 UTC

[GitHub] [arrow] rtpsw opened a new pull request #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

rtpsw opened a new pull request #12600:
URL: https://github.com/apache/arrow/pull/12600


   See https://issues.apache.org/jira/browse/ARROW-15900 . Tests will be added after agreement on the approach is reached.


-- 
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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Scheduled :warning: ursa-i9-9960x is offline.] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Scheduled :warning: ursa-thinkcentre-m75q is offline.] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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] westonpace commented on pull request #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Ah, one more nit, we should probably add ARROW_IPC as a dependency to ARROW_ENGINE here: https://github.com/apache/arrow/blob/dfca6a704ad7e8e87e1c8c3d0224ba13b25786ea/cpp/CMakeLists.txt#L354


-- 
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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Finished :arrow_down:0.59% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Finished :arrow_down:0.71% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Failed :arrow_down:0.3% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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] westonpace commented on pull request #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Thank you for the feature @rtpsw


-- 
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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Scheduled :warning: ursa-i9-9960x is offline.] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Scheduled :warning: ursa-thinkcentre-m75q is offline.] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Finished :arrow_down:0.59% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Finished :arrow_down:0.59% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Scheduled :warning: ursa-i9-9960x is offline.] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Scheduled :warning: ursa-thinkcentre-m75q is offline.] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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] westonpace closed pull request #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   


-- 
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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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






-- 
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 #12600: ARROW-15900: [C++] Support Substrait reading of a Feather-format local file

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


   Benchmark runs are scheduled for baseline = 0b19a68b0aa8eee46ea653a3ce98854d956dafc0 and contender = 73bb8ea0c770fda92f1231b471565ff6592a7386. 73bb8ea0c770fda92f1231b471565ff6592a7386 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/e4f9b810882548a6ae14cc677433becd...c4a9c0f42b8e449db19c9fcd0a125c59/)
   [Finished :arrow_down:0.59% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/6bdc5c05094941478600427c4f81c1ff...da4aae9e24ad4b38aa87019cc7421db6/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fe69397d4f234e9eaaa437ae3aeb6cb7...07185a78e4d6402a8c0b7043d29c3277/)
   [Failed :arrow_down:0.3% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/8e134b2875744a139b5a832e9b73890d...453b6a1fbe8e485c8575d6921063daab/)
   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