Skip to content

Commit c41fd71

Browse files
authored
Merge pull request #7 from AdaWorldAPI/claude/setup-adaworld-repos-4kPEX
Arrow 57 / DataFusion 51 / Lance 2 + BlasGraph Algebra + SPO Triple Store
2 parents 36f209c + 7cb77d0 commit c41fd71

8 files changed

Lines changed: 582 additions & 28 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
run: |
4545
sudo apt update
4646
sudo apt install -y protobuf-compiler
47-
- name: Build
47+
- name: Build lance-graph
4848
run: cargo build --manifest-path crates/lance-graph/Cargo.toml
49+
- name: Build lance-graph-python
50+
run: cargo check --manifest-path crates/lance-graph-python/Cargo.toml
4951
- name: Build tests
5052
run: cargo test --manifest-path crates/lance-graph/Cargo.toml --no-run
5153
- name: Run tests

.github/workflows/style.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
run: |
4646
sudo apt update
4747
sudo apt install -y protobuf-compiler
48-
- name: Clippy
48+
- name: Clippy lance-graph
4949
run: cargo clippy --manifest-path crates/lance-graph/Cargo.toml --all-targets -- -D warnings
50+
- name: Clippy lance-graph-python
51+
run: cargo clippy --manifest-path crates/lance-graph-python/Cargo.toml --all-targets -- -D warnings
5052

5153
typos:
5254
name: Spell Check

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
members = [
33
"crates/lance-graph",
44
"crates/lance-graph-catalog",
5-
"crates/lance-graph-benches",
6-
]
7-
exclude = [
85
"crates/lance-graph-python",
6+
"crates/lance-graph-benches",
97
]
108
resolver = "2"

0 commit comments

Comments
 (0)