[VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 11.0.0 RC1

2022-08-16 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 11.0.0. This release candidate is based on commit: 8ee31cc69f43a4de0c0678d18a57f27cb4d0ead1 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download

dealing with tester timeout in a CI job

2022-08-16 Thread Yaron Gvili
Hi, What are some acceptable ways to handle a timeout failure in a CI job for a tester I implemented? For reference, I got such a timeout for only one MacOS related CI job, while the other CI jobs did not get such a timeout. Let's assume that I cannot (easily) make the tests run any faster. Is

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 11.0.0 RC1

2022-08-16 Thread Ian Joiner
+1 (Non-binding) Verified on macOS 12.2.1 / Apple M1 Pro P.S. If verified with zsh instead of bash we got a command not found for shasum -a 256 -c on verify_dir_artifact_signatures:10 unless shasums are disabled which has been happening for a while. Not sure whether we want to fix this. If so I w

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 11.0.0 RC1

2022-08-16 Thread Ian Joiner
Never mind the PS in the last email haha. On Tue, Aug 16, 2022 at 1:16 PM Ian Joiner wrote: > +1 (Non-binding) > > Verified on macOS 12.2.1 / Apple M1 Pro > > P.S. If verified with zsh instead of bash we got a command not found for > shasum > -a 256 -c on verify_dir_artifact_signatures:10 unles

Re: [RESULT][VOTE] Release Apache Arrow 9.0.0 - RC2

2022-08-16 Thread Jacob Wujciak
- [done] Make the released version as “RELEASED” on JIRA - [done] Start the new version on JIRA on the ARROW project - [done] Upload source - [done] Upload binaries - [done] Update website - [done] Update Homebrew packages - [done] Update MSYS2 package - [done] Upload RubyGems - [done] Upload JS p

Re: dealing with tester timeout in a CI job

2022-08-16 Thread Sutou Kouhei
Hi, What language are you talking about? C++? For C++, we have two timeouts: * GitHub Action's timeout * GTest's timeout Could you show the URL of the failed macOS related CI job? Thanks, -- kou In "dealing with tester timeout in a CI job" on Tue, 16 Aug 2022 16:34:24 +, Yaron Gvili

Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 11.0.0 RC1

2022-08-16 Thread Remzi Yang
Some tests failed. Verified on M1 Mac. failures: sql::explain_analyze::csv_explain stdout thread 'sql::explain_analyze::csv_explain' panicked at 'assertion failed: `(left == right)` left: `[["logical_plan", "Projection: #aggregate_test_100.c1\n Filter: #aggregate_test_100.c2 > Int