Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to DataFusion 42, Arrow 53.1 (RC), remove DataFrameDataSource Python logic #513

Merged
merged 19 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,3 @@ pixi add my-new-package --build
```

This will install the package and update the pixi.lock file with the new environment solution.

## Updating DataFusion protobuf
When updating the version of DataFusion that VegaFusion depends on, the protobuf definition file at `python/vegafusion/proto/datafusion.proto` must be updated to match. This file should be downloaded from GitHub from https://raw.githubusercontent.com/apache/arrow-datafusion/27.0.0/datafusion/proto/proto/datafusion.proto, replacing `27.0.0` with the matching version of DataFusion.

Then Python bindings should be generated using `protoc`

```
pixi shell
cd vegafusion-python
protoc --python_out=vegafusion ./proto/datafusion.proto
```

This will update the `vegafusion-python/vegafusion/proto/datafusion_pb2.py` file.
Loading
Loading