You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let parsed_eq_delete = CachingDeleteFileLoader::parse_equality_deletes_record_batch_stream(
573
577
record_batch_stream,
@@ -577,7 +581,7 @@ mod tests {
577
581
.expect("error parsing batch stream");
578
582
println!("{parsed_eq_delete}");
579
583
580
-
let expected = "((((y != 1) OR (z != 100)) OR (a != \"HELP\")) OR (sa != 4)) AND ((((y != 2) OR (z IS NOT NULL)) OR (a IS NOT NULL)) OR (sa != 5))".to_string();
584
+
let expected = "(((((y != 1) OR (z != 100)) OR (a != \"HELP\")) OR (sa != 4)) OR (b != 62696E6172795F64617461)) AND (((((y != 2) OR (z IS NOT NULL)) OR (a IS NOT NULL)) OR (sa != 5)) OR (b IS NOT NULL))".to_string();
0 commit comments