Re: [VOTE][DataFusion] Release DataFusion Python Bindings 0.7.0 RC1

2022-11-26 Thread Andy Grove
I ran into an issue when trying to upload the release candidate to testpypi due to invalid URLs in pyproject.toml so I am going to create a new release candidate shortly On Fri, Nov 25, 2022 at 3:59 PM L. C. Hsieh wrote: > +1 > > Installed the wheel and tested it by running simple usage and read

Re: [VOTE][DataFusion] Release DataFusion Python Bindings 0.7.0 RC1

2022-11-25 Thread L. C. Hsieh
+1 Installed the wheel and tested it by running simple usage and reading a parquet file from arrow testing data. >>> import datafusion >>> ctx = datafusion.SessionContext() >>> df = >>> ctx.read_parquet('/path/to/testing/data/parquet/generated_simple_numerics/blogs.parquet') >>> df.show() ...

Re: [VOTE][DataFusion] Release DataFusion Python Bindings 0.7.0 RC1

2022-11-25 Thread Andrew Lamb
+1 I verified the signatures, and installed the wheel and tested out reading some parquet. It worked great! Thank you for doing this Andy -- the python binding are so important >>> df = ctx.read_parquet('/Users/alamb/Downloads/cpu.parquet') >>> df.limit(10).show() +---+-

[VOTE][DataFusion] Release DataFusion Python Bindings 0.7.0 RC1

2022-11-25 Thread Andy Grove
Hi, I would like to propose a release of Apache Arrow DataFusion Python Bindings, version 0.7.0. This release candidate is based on commit: 605a07514147a8b37cdd5c4c85bb55123df97faf [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. The Python wheel