Skip to content

Commit

Permalink
Add substrait as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuldata committed Sep 25, 2024
1 parent db135fe commit 6c72c89
Show file tree
Hide file tree
Showing 21 changed files with 95 additions and 4,501 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand All @@ -30,6 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install go
uses: actions/setup-go@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
with:
submodules: true
fetch-depth: 0
- name: Run go-semantic-release
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "extensions/substrait"]
path = extensions/substrait
url = https://github.com/substrait-io/substrait.git
10 changes: 0 additions & 10 deletions extensions/definitions/extension_types.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions extensions/definitions/functions_aggregate_approx.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions extensions/definitions/functions_aggregate_generic.yaml

This file was deleted.

Loading

0 comments on commit 6c72c89

Please sign in to comment.