Skip to content

Commit

Permalink
Update substrait proto with tag v0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuldata committed Nov 13, 2024
1 parent e9a4ec4 commit 692498b
Show file tree
Hide file tree
Showing 10 changed files with 10,189 additions and 2,796 deletions.
2 changes: 1 addition & 1 deletion scripts/update_substrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import shutil
from os import walk

GITHUB_TAG = "5fe2a16ac3a3e8deb970b757ea91dc33b7763a1d" # V0.53
GITHUB_TAG = "a0a10bb39dae32a5564f4f37a4673068a08c8e91" # v0.59.0
# Change to substrait folder
sub_folder = os.path.join(os.path.dirname(os.path.realpath(__file__)),'..','third_party','substrait')
os.chdir(sub_folder)
Expand Down
3,385 changes: 2,575 additions & 810 deletions third_party/substrait/substrait/algebra.pb.cc

Large diffs are not rendered by default.

2,459 changes: 2,301 additions & 158 deletions third_party/substrait/substrait/algebra.pb.h

Large diffs are not rendered by default.

1,195 changes: 912 additions & 283 deletions third_party/substrait/substrait/parameterized_types.pb.cc

Large diffs are not rendered by default.

806 changes: 773 additions & 33 deletions third_party/substrait/substrait/parameterized_types.pb.h

Large diffs are not rendered by default.

638 changes: 503 additions & 135 deletions third_party/substrait/substrait/type.pb.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 692498b

Please sign in to comment.