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/10 14:43:41 UTC

[GitHub] [arrow] anthonylouisbsb opened a new pull request #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

anthonylouisbsb opened a new pull request #12394:
URL: https://github.com/apache/arrow/pull/12394


   As we are caching the number of the expressions, the current size is huge and can lead to crashes.


-- 
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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   Benchmark runs are scheduled for baseline = fa699117091917f0992225aff4e8d4c08910162a and contender = d4b690a29c92768c67a937529c1656b3c2403902. d4b690a29c92768c67a937529c1656b3c2403902 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/d4621a1c24e1435693fbb02fedc0666c...47238a2e42214584a1bb1eba2ae937bc/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a510fc91a3ce4c40b0f019425668a5d9...7bc59550f5294ac7b63292a489d41456/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/51e0781d95984602b9c7c944d6a91dc9...682f3748bec7431c8e7946379a1cf205/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/54c83279d1eb4148aecf175fd10be2d4...ad64261cfca743788d1902a9bb8d392a/)
   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] pravindra closed pull request #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   


-- 
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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   Benchmark runs are scheduled for baseline = fa699117091917f0992225aff4e8d4c08910162a and contender = d4b690a29c92768c67a937529c1656b3c2403902. d4b690a29c92768c67a937529c1656b3c2403902 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/d4621a1c24e1435693fbb02fedc0666c...47238a2e42214584a1bb1eba2ae937bc/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a510fc91a3ce4c40b0f019425668a5d9...7bc59550f5294ac7b63292a489d41456/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/51e0781d95984602b9c7c944d6a91dc9...682f3748bec7431c8e7946379a1cf205/)
   [Finished :arrow_down:0.09% :arrow_up:0.13%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/54c83279d1eb4148aecf175fd10be2d4...ad64261cfca743788d1902a9bb8d392a/)
   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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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






-- 
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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   Benchmark runs are scheduled for baseline = fa699117091917f0992225aff4e8d4c08910162a and contender = d4b690a29c92768c67a937529c1656b3c2403902. d4b690a29c92768c67a937529c1656b3c2403902 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/d4621a1c24e1435693fbb02fedc0666c...47238a2e42214584a1bb1eba2ae937bc/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a510fc91a3ce4c40b0f019425668a5d9...7bc59550f5294ac7b63292a489d41456/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/51e0781d95984602b9c7c944d6a91dc9...682f3748bec7431c8e7946379a1cf205/)
   [Finished :arrow_down:0.09% :arrow_up:0.13%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/54c83279d1eb4148aecf175fd10be2d4...ad64261cfca743788d1902a9bb8d392a/)
   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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   Benchmark runs are scheduled for baseline = fa699117091917f0992225aff4e8d4c08910162a and contender = d4b690a29c92768c67a937529c1656b3c2403902. d4b690a29c92768c67a937529c1656b3c2403902 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/d4621a1c24e1435693fbb02fedc0666c...47238a2e42214584a1bb1eba2ae937bc/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a510fc91a3ce4c40b0f019425668a5d9...7bc59550f5294ac7b63292a489d41456/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/51e0781d95984602b9c7c944d6a91dc9...682f3748bec7431c8e7946379a1cf205/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/54c83279d1eb4148aecf175fd10be2d4...ad64261cfca743788d1902a9bb8d392a/)
   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 #12394: ARROW-15648: [C++][Gandiva] Fix the size of the Gandiva cache

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


   Benchmark runs are scheduled for baseline = fa699117091917f0992225aff4e8d4c08910162a and contender = d4b690a29c92768c67a937529c1656b3c2403902. d4b690a29c92768c67a937529c1656b3c2403902 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/d4621a1c24e1435693fbb02fedc0666c...47238a2e42214584a1bb1eba2ae937bc/)
   [Finished :arrow_down:0.21% :arrow_up:0.0%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/a510fc91a3ce4c40b0f019425668a5d9...7bc59550f5294ac7b63292a489d41456/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/51e0781d95984602b9c7c944d6a91dc9...682f3748bec7431c8e7946379a1cf205/)
   [Finished :arrow_down:0.09% :arrow_up:0.13%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/54c83279d1eb4148aecf175fd10be2d4...ad64261cfca743788d1902a9bb8d392a/)
   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