We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945547f commit 84800baCopy full SHA for 84800ba
4 files changed
check_substrait_package_versions.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
# Check that all substrait-* packages have the same version
5
6
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}')
+antlr_version=$(uv pip show vbarua-substrait-antlr | grep '^Version:' | awk '{print $2}')
8
9
if [ "$protobuf_version" != "$antlr_version" ]; then
10
echo "error: substrait-protobuf ($protobuf_version) and substrait-antlr ($antlr_version) versions do not match"
0 commit comments