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

2024-03-30 Thread Andrew Lamb
Update here is that Denise did in fact find another regression in 37.0.0 [1] and I verified the same query works in 36.0.0 [2] There is a PR[3] up to fix it Andrew [1]: https://github.com/apache/arrow-datafusion/issues/9870 [2]: https://github.com/apache/arrow-datafusion/issues/9870#issuecommen

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

2024-03-29 Thread Wayne Xia
+1 (non-binding) Same here on x86 Linux. Thanks. On Fri, Mar 29, 2024 at 7:22 PM Andrew Lamb wrote: > +1 (binding) > > Thank you Andy. I likewise had to up the min stack size. > > FYI we (InfluxData) are still chasing down what we think may be a > regression introduced by the TreeNode refactor

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

2024-03-29 Thread Andrew Lamb
+1 (binding) Thank you Andy. I likewise had to up the min stack size. FYI we (InfluxData) are still chasing down what we think may be a regression introduced by the TreeNode refactor [1] for certain queries. If this turns out to be the case I will coordinate making a patch release. Andrew [1] h

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

2024-03-28 Thread L. C. Hsieh
+1 (binding) Verified on M3 after setting RUST_MIN_STACK=300. Thanks Andy. On Thu, Mar 28, 2024 at 7:39 PM Andy Grove wrote: > > Yes, I also saw this (both on Ubuntu and Mac), and I had to set > RUST_MIN_STACK=300 for the tests to pass. > > I filed https://github.com/apache/arrow-datafu

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

2024-03-28 Thread Andy Grove
Yes, I also saw this (both on Ubuntu and Mac), and I had to set RUST_MIN_STACK=300 for the tests to pass. I filed https://github.com/apache/arrow-datafusion/issues/9848 to improve the release verification documentation to mention this. On Thu, Mar 28, 2024 at 7:59 PM L. C. Hsieh wrote: > I

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

2024-03-28 Thread L. C. Hsieh
I got the following error when running verify-release-candidate.sh: thread 'tpcds_physical_q54' has overflowed its stack fatal runtime error: stack overflow error: test failed, to rerun pass `-p datafusion --test tpcds_planning` On Thu, Mar 28, 2024 at 4:22 PM Andy Grove wrote: > > Hi, > > I wo

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

2024-03-28 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 37.0.0. This release candidate is based on commit: 799be5e76bd631608b2357dbbe600afc2cebc359 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please download