Skip to content

Commit 0b4477c

Browse files
committed
remove vortex-vector
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 1a469e0 commit 0b4477c

File tree

160 files changed

+707
-29749
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

+707
-29749
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ jobs:
671671
matrix:
672672
include:
673673
- { shard: 1, name: "Core foundation", packages: "vortex-buffer vortex-dtype vortex-error" }
674-
- { shard: 2, name: "Array types", packages: "vortex-array vortex-scalar vortex-vector", features: "--features _test-harness" }
674+
- { shard: 2, name: "Array types", packages: "vortex-array vortex-scalar", features: "--features _test-harness" }
675675
- { shard: 3, name: "Main library", packages: "vortex vortex-compute" }
676676
- { shard: 4, name: "Encodings 1", packages: "vortex-alp vortex-bytebool vortex-datetime-parts" }
677677
- { shard: 5, name: "Encodings 2", packages: "vortex-decimal-byte-parts vortex-fastlanes vortex-fsst", features: "--features _test-harness" }

Cargo.lock

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ members = [
1111
"vortex-io",
1212
"vortex-proto",
1313
"vortex-dtype",
14-
"vortex-vector",
1514
"vortex-scalar",
1615
"vortex-compute",
1716
"vortex-array",
@@ -278,7 +277,6 @@ vortex-sequence = { version = "0.1.0", path = "encodings/sequence", default-feat
278277
vortex-session = { version = "0.1.0", path = "./vortex-session", default-features = false }
279278
vortex-sparse = { version = "0.1.0", path = "./encodings/sparse", default-features = false }
280279
vortex-utils = { version = "0.1.0", path = "./vortex-utils", default-features = false }
281-
vortex-vector = { version = "0.1.0", path = "./vortex-vector", default-features = false }
282280
vortex-zigzag = { version = "0.1.0", path = "./encodings/zigzag", default-features = false }
283281
vortex-zstd = { version = "0.1.0", path = "./encodings/zstd", default-features = false }
284282
# END crates published by this project

encodings/zstd/public-api.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ pub fn vortex_zstd::ZstdVTable::visit_buffers(array: &vortex_zstd::ZstdArray, vi
224224

225225
pub fn vortex_zstd::ZstdVTable::visit_children(array: &vortex_zstd::ZstdArray, visitor: &mut dyn vortex_array::array::visitor::ArrayChildVisitor)
226226

227-
pub fn vortex_zstd::reconstruct_views(buffer: &vortex_buffer::ByteBuffer) -> vortex_buffer::buffer::Buffer<vortex_vector::binaryview::view::BinaryView>
227+
pub fn vortex_zstd::reconstruct_views(buffer: &vortex_buffer::ByteBuffer) -> vortex_buffer::buffer::Buffer<vortex_array::arrays::varbinview::view::BinaryView>

0 commit comments

Comments
 (0)