Skip to content

Commit

Permalink
fix: updates for rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Sep 16, 2024
1 parent 3ffd303 commit 75c98de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions olap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ tracing.workspace = true
test-log.workspace = true
ceramic-flight.workspace = true
expect-test.workspace = true
ceramic-core.workspace = true
13 changes: 13 additions & 0 deletions olap/src/aggregator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ mod tests {

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,
Expand Down Expand Up @@ -321,6 +322,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down Expand Up @@ -349,6 +351,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -364,6 +367,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down Expand Up @@ -395,6 +399,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -410,6 +415,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -426,6 +432,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down Expand Up @@ -463,6 +470,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -488,6 +496,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down Expand Up @@ -515,6 +524,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down Expand Up @@ -549,6 +559,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -575,6 +586,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand All @@ -591,6 +603,7 @@ mod tests {
stream_cid: Cid::from_str(
"baeabeif2fdfqe2hu6ugmvgozkk3bbp5cqi4udp5rerjmz4pdgbzf3fvobu",
)?,
stream_type: StreamIdType::Model as u8,
controller: "did:key:bob".to_string(),
dimensions: vec![],
},
Expand Down

0 comments on commit 75c98de

Please sign in to comment.