(hit send too soon) +1 (non-binding)
I verified this works in a new conda environment: conda create --name datafusion-python python=3.11 conda activate datafusion-python pip install --extra-index-url https://test.pypi.org/simple/ datafusion==37.1.0 python3 >>> from datafusion import SessionContext >>> ctx = SessionContext() >>> ctx.register_parquet('taxi', '/Users/phillip/data/taxi_trips.parquet') >>> df = ctx.sql("SELECT * FROM taxi") >>> df From: Phillip LeBlanc <phil...@leblanc.tech> Date: Friday, May 10, 2024 at 10:59 AM To: dev@datafusion.apache.org <dev@datafusion.apache.org> Subject: Re: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1 +1 (non-binding) I verified this works in a new conda environment: conda create --name datafusion-python python=3.11 From: Andy Grove <andy.gr...@apple.com.INVALID> Date: Friday, May 10, 2024 at 2:22 AM To: dev@datafusion.apache.org <dev@datafusion.apache.org> Subject: [VOTE] Release DataFusion Python Bindings 37.1.0 RC1 Hi, I would like to propose a release of the Apache DataFusion Python Bindings, version 37.1.0. Many thanks to Michael Ward for actually preparing this release. This release candidate is based on commit: 7f276516a644cde908cf74795251746d482d1829 [1] The proposed release tarball and signatures are hosted at [2]. The changelog is located at [3]. The Python wheels are located at [4]. Please download, verify checksums and signatures, run the unit tests, and vote on the release. The vote will be open for at least 72 hours. Only votes from PMC members are binding, but all members of the community are encouraged to test the release and vote with "(non-binding)". The standard verification procedure is documented at https://github.com/apache/datafusion-python/blob/main/dev/release/README.md#verifying-release-candidates. [ ] +1 Release this as Apache DataFusion Python 37.1.0 [ ] +0 [ ] -1 Do not release this as Apache DataFusion Python 37.1.0 because... Here is my vote: +1 [1]: https://github.com/apache/datafusion-python/tree/7f276516a644cde908cf74795251746d482d1829 [2]: https://dist.apache.org/repos/dist/dev/datafusion/apache-datafusion-python-37.1.0-rc1 [3]: https://github.com/apache/datafusion-python/blob/7f276516a644cde908cf74795251746d482d1829/CHANGELOG.md [4]: https://test.pypi.org/project/datafusion/37.1.0/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@datafusion.apache.org For additional commands, e-mail: dev-h...@datafusion.apache.org