Skip to content

Commit 84800ba

Browse files
committed
[DO NOT MERGE] temporary changes
1 parent 945547f commit 84800ba

4 files changed

Lines changed: 288 additions & 1947 deletions

File tree

check_substrait_package_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
# Check that all substrait-* packages have the same version
55

66
protobuf_version=$(uv pip show substrait-protobuf | grep '^Version:' | awk '{print $2}')
7-
antlr_version=$(uv pip show substrait-antlr | grep '^Version:' | awk '{print $2}')
7+
antlr_version=$(uv pip show vbarua-substrait-antlr | grep '^Version:' | awk '{print $2}')
88

99
if [ "$protobuf_version" != "$antlr_version" ]; then
1010
echo "error: substrait-protobuf ($protobuf_version) and substrait-antlr ($antlr_version) versions do not match"

0 commit comments

Comments
 (0)