8000 Update to DF 13 (#59) · nirnayroy/datafusion-python@96b1c98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b1c98

Browse files
Update to DF 13 (apache#59)
* [DataFrame] - Add write_csv/write_parquet/write_json to DataFrame (apache#58) * [SessionContext] - Add read_csv/read_parquet/read_avro functions to SessionContext (apache#57) Co-authored-by: Francis Du <me@francis.run>
1 parent 79d48b4 commit 96b1c98

File tree

12 files changed

+730
-221
lines changed

12 files changed

+730
-221
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
102102
- name: Run tests
103103
run: |
104+
git submodule update --init
104105
source venv/bin/activate
105106
maturin develop --locked
106107
RUST_BACKTRACE=1 pytest -v .

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "testing"]
2+
path = testing
3+
url = https://github.com/apache/arrow-testing.git
4+
[submodule "parquet"]
5+
path = parquet
6+
url = https://github.com/apache/parquet-testing.git

0 commit comments

Comments
 (0)
0