Skip to content

Commit

Permalink
chore: update substrait proto
Browse files Browse the repository at this point in the history
  • Loading branch information
scgkiran committed Nov 20, 2024
1 parent 05252d6 commit 44ed037
Show file tree
Hide file tree
Showing 3 changed files with 3,176 additions and 746 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 = "a0a10bb39dae32a5564f4f37a4673068a08c8e91" # v0.59.0
GITHUB_TAG = "a64a1025280d89bddb8983438ce9dda99ac4b05e" # v0.61.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
Loading

0 comments on commit 44ed037

Please sign in to comment.