Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 15, 2024
1 parent b8170e8 commit d66ece2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion olap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
arrow.workspace = true
ceramic-arrow-test.workspace = true
ceramic-metrics.workspace = true
ceramic-pipeline.workspace = true
cid.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion olap/src/aggregator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,12 @@ mod tests {
use super::*;

use arrow::{array::RecordBatch, util::pretty::pretty_format_batches};
use ceramic_arrow_test::CidString;
use ceramic_core::StreamIdType;
use ceramic_flight::{
conclusion_events_to_record_batch, ConclusionData, ConclusionEvent, ConclusionInit,
ConclusionTime,
};
use ceramic_pipeline::cid_string::CidString;
use cid::Cid;
use datafusion::{
catalog_common::{CatalogProvider, MemoryCatalogProvider, MemorySchemaProvider},
Expand Down
2 changes: 1 addition & 1 deletion pipeline/src/cid_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use datafusion::{
logical_expr::{ColumnarValue, ScalarUDFImpl, Signature, TypeSignature, Volatility},
};

/// ScalarUDF to convert a binary CID into a string for easier inspection.
/// ScalarUDF to convert a binary CID into a string for easier inspection. #[derive(Debug)]
#[derive(Debug)]
pub struct CidString {
signature: Signature,
Expand Down

0 comments on commit d66ece2

Please sign in to comment.