mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 14:00:39 +00:00
update test assertions
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -857,7 +857,7 @@ mod test {
|
||||
)
|
||||
.to_execution_plan(exec_input);
|
||||
|
||||
assert!(format!("{exec:?}").contains("reuse_all_non_sample_columns: true"));
|
||||
assert!(format!("{exec:?}").contains("reuse_tsid_column: true"));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
@@ -4851,7 +4851,7 @@ mod test {
|
||||
let exec = manipulate.to_execution_plan(Arc::new(DataSourceExec::new(Arc::new(
|
||||
MemorySourceConfig::try_new(&[], Arc::new(ArrowSchema::empty()), None).unwrap(),
|
||||
))));
|
||||
assert!(format!("{exec:?}").contains("reuse_all_non_sample_columns: true"));
|
||||
assert!(format!("{exec:?}").contains("reuse_tsid_column: true"));
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user