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/08/16 08:43:06 UTC

[GitHub] [arrow] liukun4515 opened a new pull request, #13893: enable compression IT for rust

liukun4515 opened a new pull request, #13893:
URL: https://github.com/apache/arrow/pull/13893

   close [ARROW-16861](https://issues.apache.org/jira/browse/ARROW-16861)
   
   upstream pr: https://github.com/apache/arrow-rs/pull/2462


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217193643

   https://github.com/apache/arrow/runs/7854025490?check_suite_focus=true seems to have failed. 
   
   I was thinking it may be related to running before https://github.com/apache/arrow-rs/pull/2462  was merged. To confirm/deny this hypothesis I have retriggered the run


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217193471

   https://github.com/apache/arrow/runs/7854025490?check_suite_focus=true seems to have failed. 
   
   I was thinking it may be related to running before https://github.com/apache/arrow-rs/pull/2462  was merged. To confirm/deny this hypothesis I have retriggered the run


-- 
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 #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

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

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


-- 
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 #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

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

   :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'.


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217720229

   🤔  I am having trouble merging in 
   
   ```shell
   (arrow_dev) alamb@MacBook-Pro-8:~/Software/arrow$ ./dev/merge_arrow_pr.py 13893
   ARROW_HOME = /Users/alamb/Software/arrow/dev
   PROJECT_NAME = arrow
   
   === Pull Request #13893 ===
   title	ARROW-16861: [Rust][Integration] Enable IP compression for Rust
   source	liukun4515/enable_coompression_it
   target	master
   url	https://api.github.com/repos/apache/arrow/pulls/13893
   === JIRA ARROW-16861 ===
   Summary		[Rust] enable integration test for 2.0.0 compression for rust version
   Assignee	Andrew Lamb
   Components	Rust
   Status		In Progress
   URL		https://issues.apache.org/jira/browse/ARROW-16861
   
   Proceed with merging pull request #13893? (y/n): y
   Author 1: liukun4515 <li...@apache.org>
   Traceback (most recent call last):
     File "/Users/alamb/Software/arrow/./dev/merge_arrow_pr.py", line 600, in <module>
       cli()
     File "/Users/alamb/Software/arrow/./dev/merge_arrow_pr.py", line 580, in cli
       pr.merge()
     File "/Users/alamb/Software/arrow/./dev/merge_arrow_pr.py", line 459, in merge
       self.cmd.fail(f'Failed to merge pull request: {message}')
     File "/Users/alamb/Software/arrow/./dev/merge_arrow_pr.py", line 306, in fail
       raise Exception(msg)
   Exception: Failed to merge pull request: Not Found: https://api.github.com/repos/apache/arrow/pulls/13893/merge
   ```
   
   I will try again later today to see if it is some sort of transient error


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217708013

   Indeed the tests are passing. I will merge this (via the merge.py script)


-- 
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 #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

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

   Benchmark runs are scheduled for baseline = 951663a41c183c8fec5a4da9a8f9daf45ed85451 and contender = cef68940c68ac2f3167cc6cafe5eefdd9f7fab79. cef68940c68ac2f3167cc6cafe5eefdd9f7fab79 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/595bbba036444b93bd44413e577cc1e8...0726f3c2de814a5fbbb58be0e88870ed/)
   [Finished :arrow_down:1.94% :arrow_up:1.26%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/bd38b0f9e452482b8ce691c85c8018da...6dd9ef2bf47b442a91d458273513bf10/)
   [Failed] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/a1616d8dcacd4f01909bfd027b3d4b72...0771512b0b944545a0e3265b6d75149a/)
   [Failed] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/e9802deca4fa436bba010173ee7a86f7...0cca3f97236145b9928bac7744eb74d5/)
   Buildkite builds:
   [Finished] [`cef68940` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1326)
   [Finished] [`cef68940` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1342)
   [Failed] [`cef68940` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1324)
   [Failed] [`cef68940` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1341)
   [Finished] [`951663a4` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1325)
   [Finished] [`951663a4` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1341)
   [Failed] [`951663a4` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1323)
   [Finished] [`951663a4` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1340)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. 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 #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

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

   ['Python', 'R'] benchmarks have high level of regressions.
   [test-mac-arm](https://conbench.ursa.dev/compare/runs/bd38b0f9e452482b8ce691c85c8018da...6dd9ef2bf47b442a91d458273513bf10/)
   


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217193481

   https://github.com/apache/arrow/runs/7854025490?check_suite_focus=true seems to have failed. 
   
   I was thinking it may be related to running before https://github.com/apache/arrow-rs/pull/2462  was merged. To confirm/deny this hypothesis I have retriggered the run


-- 
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] liukun4515 commented on pull request #13893: enable compression IT for rust

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1216326063

   @alamb  PTAL


-- 
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] liukun4515 commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
liukun4515 commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1217376056

   Maybe it can be merged. @alamb 


-- 
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] alamb merged pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb merged PR #13893:
URL: https://github.com/apache/arrow/pull/13893


-- 
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] alamb commented on pull request #13893: ARROW-16861: [Rust][Integration] Enable IP compression for Rust

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #13893:
URL: https://github.com/apache/arrow/pull/13893#issuecomment-1218224889

   Well, the merge script is still not working, so I will merge this PR in manually and close the JIRA


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