-
Notifications
You must be signed in to change notification settings - Fork 17
[DO NOT MERGE] feat: remove generated protobuf code from substrait-python #145
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
base: main
Are you sure you want to change the base?
Changes from all commits
03cee35
394ed71
9c682d9
b15d3cd
d9ac288
72e3316
0ee79dc
025a212
7d2ff21
51ad43d
ac021a2
c93ec8e
694b23a
7433244
3a4fb95
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| set -eou pipefail | ||
|
|
||
| submodule_dir=./third_party/substrait | ||
| extension_dir=./src/substrait/extension_files | ||
|
|
||
| # Remove the old extension files | ||
| rm -rf "$extension_dir" | ||
|
|
||
| # Copy over new yaml files | ||
| cp -fr "$submodule_dir"/extensions "$extension_dir" | ||
| find "$extension_dir" -type f -exec chmod u+rw {} + | ||
|
|
||
| # Ensure there's an __init__.py file in the extension directory | ||
| touch $extension_dir/__init__.py |
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved all of the extension files to a different dedicated directory, to avoid a conflict with the |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.