Skip to content

Commit 43a5748

Browse files
committed
Get arrow-rdf to compile with new approach
1 parent d9190db commit 43a5748

File tree

160 files changed

+2929
-3182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+2929
-3182
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
members = [
33
"cli",
4-
"lib/arrow-rdf",
5-
"lib/arrow-rdf-functions",
64
"lib/model",
5+
"lib/graphfusion-encoding",
76
"lib/graphfusion-engine",
7+
"lib/graphfusion-functions-scalar",
88
"lib/graphfusion-logical",
99
"lib/graphfusion-physical",
1010
"lib/graphfusion-storage",
@@ -55,10 +55,10 @@ sparesults = "0.2.4"
5555
spargebra = "0.3.5"
5656

5757
# Internal dependencies
58-
arrow-rdf = { version = "=0.1.0", path = "lib/arrow-rdf" }
5958
model = { version = "=0.1.0", path = "lib/model" }
60-
arrow-rdf-functions = { version = "=0.1.0", path = "lib/arrow-rdf-functions" }
59+
graphfusion-encoding = { version = "=0.1.0", path = "lib/graphfusion-encoding" }
6160
graphfusion-engine = { version = "=0.1.0", path = "lib/graphfusion-engine" }
61+
graphfusion-functions-scalar = { version = "=0.1.0", path = "lib/graphfusion-functions-scalar" }
6262
graphfusion-logical = { version = "=0.1.0", path = "lib/graphfusion-logical" }
6363
graphfusion-physical = { version = "=0.1.0", path = "lib/graphfusion-physical" }
6464
graphfusion-storage = { version = "=0.1.0", path = "lib/graphfusion-storage" }

lib/arrow-rdf/src/lib.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)