forked from datafusion-contrib/datafusion-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[datafusion-contrib#19] - Support dataframe union for python binding.
- Loading branch information
Muru Muthusamy
committed
Feb 15, 2022
1 parent
eaf94da
commit fc626e7
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,9 +133,7 @@ Bootstrap: | |
|
||
```bash | ||
# fetch this repo | ||
git clone [email protected]:apache/arrow-datafusion.git | ||
# change to python directory | ||
cd arrow-datafusion/python | ||
git clone [email protected]:datafusion-contrib/datafusion-python.git | ||
# prepare development environment (used to build wheel / install in development) | ||
python3 -m venv venv | ||
# activate the venv | ||
|
@@ -150,6 +148,7 @@ Whenever rust code changes (your changes or via `git pull`): | |
|
||
```bash | ||
# make sure you activate the venv using "source venv/bin/activate" first | ||
# make sure Cargo version is 1.58 and rustc is 1.58.1 | ||
maturin develop | ||
python -m pytest | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters