Skip to content

Commit

Permalink
Search sorted many
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Mar 28, 2024
1 parent d83c99b commit 310b6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion vortex-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
arrow-schema = { workspace = true }
flatbuffers = { workspace = true, optional = true }
flatbuffers = { workspace = true }
parquet = { workspace = true, optional = true }
thiserror = { workspace = true }
vortex-flatbuffers = { path = "../vortex-flatbuffers" }
Expand Down
2 changes: 0 additions & 2 deletions vortex-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pub enum VortexError {
#[error(transparent)]
IOError(IOError),

#[cfg(feature = "flatbuffers")]
#[error(transparent)]
FlatBufferError(FlatBufferError),

Expand Down Expand Up @@ -92,7 +91,6 @@ macro_rules! wrapped_error {
wrapped_error!(arrow_schema::ArrowError, ArrowError);
wrapped_error!(io::Error, IOError);

#[cfg(feature = "flatbuffers")]
wrapped_error!(flatbuffers::InvalidFlatbuffer, FlatBufferError);

#[cfg(feature = "parquet")]
Expand Down

0 comments on commit 310b6b7

Please sign in to comment.