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

[GitHub] [arrow] rok opened a new pull request #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

rok opened a new pull request #12377:
URL: https://github.com/apache/arrow/pull/12377


   This is to resolve [ARROW-14091](https://issues.apache.org/jira/browse/ARROW-14091).


-- 
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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


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


-- 
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] lidavidm closed pull request #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   


-- 
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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   Benchmark runs are scheduled for baseline = d59dbbc36c7950e58332d081d47c2d43ea898215 and contender = ba0814e60a451525dd5492b68059aad8a4bdaf4f. ba0814e60a451525dd5492b68059aad8a4bdaf4f 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/28182ea60ab545b5a876f7a90f14163f...549681f36ac647feab290b28fdb2738a/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/9ab8fcb85ff84eccbe0cfc4a957eefde...a07bcb66a7b045499bacd454ab37108f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a0a793e385e4419eb651dbb07e60c724...731824f927e1454e9f70ca9b0a4d43df/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1793a0067300443dbc4ebf7e43f7267b...499db72d2fe54b44a3016ecd3abefead/)
   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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   Benchmark runs are scheduled for baseline = d59dbbc36c7950e58332d081d47c2d43ea898215 and contender = ba0814e60a451525dd5492b68059aad8a4bdaf4f. ba0814e60a451525dd5492b68059aad8a4bdaf4f 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/28182ea60ab545b5a876f7a90f14163f...549681f36ac647feab290b28fdb2738a/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/9ab8fcb85ff84eccbe0cfc4a957eefde...a07bcb66a7b045499bacd454ab37108f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a0a793e385e4419eb651dbb07e60c724...731824f927e1454e9f70ca9b0a4d43df/)
   [Finished :arrow_down:0.35% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1793a0067300443dbc4ebf7e43f7267b...499db72d2fe54b44a3016ecd3abefead/)
   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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   Benchmark runs are scheduled for baseline = d59dbbc36c7950e58332d081d47c2d43ea898215 and contender = ba0814e60a451525dd5492b68059aad8a4bdaf4f. ba0814e60a451525dd5492b68059aad8a4bdaf4f 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/28182ea60ab545b5a876f7a90f14163f...549681f36ac647feab290b28fdb2738a/)
   [Scheduled] [test-mac-arm](https://conbench.ursa.dev/compare/runs/9ab8fcb85ff84eccbe0cfc4a957eefde...a07bcb66a7b045499bacd454ab37108f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a0a793e385e4419eb651dbb07e60c724...731824f927e1454e9f70ca9b0a4d43df/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1793a0067300443dbc4ebf7e43f7267b...499db72d2fe54b44a3016ecd3abefead/)
   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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   Benchmark runs are scheduled for baseline = d59dbbc36c7950e58332d081d47c2d43ea898215 and contender = ba0814e60a451525dd5492b68059aad8a4bdaf4f. ba0814e60a451525dd5492b68059aad8a4bdaf4f 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/28182ea60ab545b5a876f7a90f14163f...549681f36ac647feab290b28fdb2738a/)
   [Finished :arrow_down:0.51% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/9ab8fcb85ff84eccbe0cfc4a957eefde...a07bcb66a7b045499bacd454ab37108f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a0a793e385e4419eb651dbb07e60c724...731824f927e1454e9f70ca9b0a4d43df/)
   [Finished :arrow_down:0.35% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1793a0067300443dbc4ebf7e43f7267b...499db72d2fe54b44a3016ecd3abefead/)
   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 #12377: ARROW-14091: [C++] add(date, duration) -> timestamp kernel

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


   Benchmark runs are scheduled for baseline = d59dbbc36c7950e58332d081d47c2d43ea898215 and contender = ba0814e60a451525dd5492b68059aad8a4bdaf4f. ba0814e60a451525dd5492b68059aad8a4bdaf4f 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/28182ea60ab545b5a876f7a90f14163f...549681f36ac647feab290b28fdb2738a/)
   [Finished :arrow_down:0.51% :arrow_up:0.04%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/9ab8fcb85ff84eccbe0cfc4a957eefde...a07bcb66a7b045499bacd454ab37108f/)
   [Failed :arrow_down:0.36% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a0a793e385e4419eb651dbb07e60c724...731824f927e1454e9f70ca9b0a4d43df/)
   [Finished :arrow_down:0.35% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/1793a0067300443dbc4ebf7e43f7267b...499db72d2fe54b44a3016ecd3abefead/)
   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