Skip to content

Commit 2cf1e07

Browse files
chore: update substrait dependency (#1311)
Signed-off-by: Andrew Coleman <[email protected]>
1 parent 96f6b39 commit 2cf1e07

File tree

28 files changed

+58
-47
lines changed

28 files changed

+58
-47
lines changed

.github/workflows/auto-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: AutoRebase
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v2.0.2
16+
- uses: actions/create-github-app-token@v1.12.0
1717
id: generate-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/create-github-app-token@v2.0.2
17+
- uses: actions/create-github-app-token@v1.12.0
1818
id: generate_token
1919
with:
2020
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
id: needs_pr
6363
run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT"
6464

65-
- uses: actions/create-github-app-token@v2.0.2
65+
- uses: actions/create-github-app-token@v1.12.0
6666
if: fromJSON(steps.needs_pr.outputs.did_change)
6767
id: generate_pr_token
6868
with:
6969
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}
7070
private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }}
7171

72-
- uses: actions/create-github-app-token@v2.0.2
72+
- uses: actions/create-github-app-token@v1.12.0
7373
if: fromJSON(steps.needs_pr.outputs.did_change)
7474
id: generate_pr_approval_token
7575
with:

ibis_substrait/compiler/mapping.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def register_extension_yaml(
236236
else "https://github.com/substrait-io/substrait/blob/main/extensions"
237237
)
238238

239+
extension_definitions.pop("urn", None)
239240
for named_functions in extension_definitions.values():
240241
for function in named_functions:
241242
for func in _parse_func(function):

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h01/tpc_h01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
}
772772
],
773773
"version": {
774-
"minorNumber": 56,
774+
"minorNumber": 77,
775775
"producer": "ibis-substrait"
776776
}
777777
}

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h02/tpc_h02.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,6 +2054,7 @@
20542054
]
20552055
}
20562056
},
2057+
"offset": "0",
20572058
"count": "100"
20582059
}
20592060
},
@@ -2071,7 +2072,7 @@
20712072
}
20722073
],
20732074
"version": {
2074-
"minorNumber": 56,
2075+
"minorNumber": 77,
20752076
"producer": "ibis-substrait"
20762077
}
20772078
}

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h03/tpc_h03.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@
12431243
]
12441244
}
12451245
},
1246+
"offset": "0",
12461247
"count": "10"
12471248
}
12481249
},
@@ -1256,7 +1257,7 @@
12561257
}
12571258
],
12581259
"version": {
1259-
"minorNumber": 56,
1260+
"minorNumber": 77,
12601261
"producer": "ibis-substrait"
12611262
}
12621263
}

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h04/tpc_h04.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
}
597597
],
598598
"version": {
599-
"minorNumber": 56,
599+
"minorNumber": 77,
600600
"producer": "ibis-substrait"
601601
}
602602
}

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h05/tpc_h05.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@
17331733
}
17341734
],
17351735
"version": {
1736-
"minorNumber": 56,
1736+
"minorNumber": 77,
17371737
"producer": "ibis-substrait"
17381738
}
17391739
}

ibis_substrait/tests/compiler/snapshots/test_tpch/test_compile/tpc_h06/tpc_h06.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
}
491491
],
492492
"version": {
493-
"minorNumber": 56,
493+
"minorNumber": 77,
494494
"producer": "ibis-substrait"
495495
}
496496
}

0 commit comments

Comments
 (0)