Skip to content

Commit 310d711

Browse files
authored
chore(substrait): bump to v0.35.0 (#26)
1 parent d15b596 commit 310d711

File tree

5 files changed

+212
-3
lines changed

5 files changed

+212
-3
lines changed

src/substrait/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except ImportError:
44
pass
55

6-
__substrait_version__ = "0.34.0"
7-
__substrait_hash__ = "dacc5a9"
6+
__substrait_version__ = "0.35.0"
7+
__substrait_hash__ = "9e39067"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_comparison.yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/substrait/extensions/functions_geometry.yaml

Lines changed: 205 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ fi
99

1010
VERSION=$1
1111

12+
echo "Updating substrait submodule..."
13+
git submodule update --remote third_party/substrait
14+
1215
DIR=$(cd $(dirname $0) && pwd)
1316
pushd "${DIR}"/third_party/substrait/
1417
git checkout $VERSION

0 commit comments

Comments
 (0)