Commit Graph

6 Commits

Author SHA1 Message Date
Jiayu Liu 4a65ee37ab fix python crate with the changes to logical plan builder (#650) 2021-07-02 17:18:47 -04:00
Krisztián Szűcs 42f908e2b5 Define the unittests using pytest (#493)
* Use pytest

* Formatting

* Update GHA conf

* Remove TODO note

* Format

* Test requirements file

* Update workflow file

* Merge requirements file

* Update workflow file
2021-06-09 14:23:23 -04:00
Jiayu Liu e713bc3b33 update cargo.toml in python crate and fix unit test due to hash joins (#483)
* update cargo.toml

* fix group by

* remove unused imports
2021-06-03 17:45:52 -04:00
Andy Grove 3be087a788 Revert "Revert "Add datafusion-python (#69)" (#257)" (#270)
This reverts commit d0af907652.
2021-05-05 07:39:28 -06:00
Andy Grove d0af907652 Revert "Add datafusion-python (#69)" (#257)
This reverts commit 46bde0bd14.
2021-05-04 16:51:44 +02:00
Jorge Leitao 46bde0bd14 Add datafusion-python (#69)
* Added Python project.

* Update python/Cargo.toml

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>

* Update python/Cargo.toml

Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>

* Added license and black formatting.

* License

* Fixing build.

* TesTestt

* Bumped to latest DataFusion.

* Bumped nightly.

* Bumped pyarrow in tests.

* Added some tests back.

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>
Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
2021-05-04 06:24:57 -06:00