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

2023-04-07 Thread vin jake
Could we need to wait for this PR merge? Because subquey is used frequently. https://github.com/apache/arrow-datafusion/pull/5883 It fix a bug about subquey type coercion. On Sat, Apr 8, 2023, 01:34 L. C. Hsieh wrote: > +1 (binding) > > Verified on M1 Mac. > > Thanks Andy. > > On Fri, Apr 7,

Re: [DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread lbtinglb
Hi, thx for the reply. It turned out to be a bug in the main branch, rebasing fix it. Sent from my phone > On Apr 7, 2023, at 14:28, Aldrin wrote: > > Hello! > > I have never used ctest, so it's hard for me to figure out what you should > be doing. What I do is that I create a build

Re: [DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread Aldrin
Hello! I have never used ctest, so it's hard for me to figure out what you should be doing. What I do is that I create a build directory, and I run cmake so that build files go to that build directory. Then, from the build directory I can see the file: "debug/arrow-dataset-dataset-writer-test".

Re: [VOTE][RUST] Release Apache Arrow Rust 37.0.0 RC2

2023-04-07 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Raphael. On Fri, Apr 7, 2023 at 9:27 AM Raphael Taylor-Davies wrote: > > Hi, > > I would like to propose a release of Apache Arrow Rust Implementation, > version 37.0.0. > > There were some complications with the first release candidate, so > please make

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

2023-04-07 Thread L. C. Hsieh
+1 (binding) Verified on M1 Mac. Thanks Andy. On Fri, Apr 7, 2023 at 9:07 AM Andy Grove wrote: > > Hi, > > I would like to propose a release of Apache Arrow DataFusion Implementation, > version 22.0.0. > > This release candidate is based on commit: > 34c9bce0146e0ebacfb10334ee7aef13fc8cc94f

[DISCUSSION] C-Data API for Non-CPU Use Cases

2023-04-07 Thread Matt Topol
Hey all, In order to facilitate the propagation of use cases that want to pass data allocated on non-cpu devices around between environments (like between Python and C++) we should enhance the C-Data API to account for passing memory and device information alongside the arrays themselves. In this

[VOTE][RUST] Release Apache Arrow Rust 37.0.0 RC2

2023-04-07 Thread Raphael Taylor-Davies
Hi, I would like to propose a release of Apache Arrow Rust Implementation, version 37.0.0. There were some complications with the first release candidate, so please make sure you are verifying RC2 with the latest version of the verification scripts. This release candidate is based on

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

2023-04-07 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Implementation, version 22.0.0. This release candidate is based on commit: 34c9bce0146e0ebacfb10334ee7aef13fc8cc94f [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. Please

[DISCUSS][C++] How to run arrow-dataset-dataset-writer-test

2023-04-07 Thread Haocheng Liu
Hi, I'm new to arrow development and would like to get some help with newbie testing questions. I have ARROW_TESTING set to TRUE and ARROW_TEST_DATA set properly on my MacOS. Though when running tests via " : ctest -R dataset-writer-test -V", *0 test *gets run but plenty are defined in this