Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
palaska committed Sep 26, 2024
1 parent 309ff9a commit 94bbf18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/proto/tests/cases/roundtrip_logical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ async fn roundtrip_logical_plan_distinct_on() -> Result<()> {
let plan = ctx.sql(query).await?.into_optimized_plan()?;

let bytes = logical_plan_to_bytes(&plan)?;
println!("plan {:?}", plan);
let logical_round_trip = logical_plan_from_bytes(&bytes, &ctx)?;
assert_eq!(format!("{plan}"), format!("{logical_round_trip}"));

Expand Down

0 comments on commit 94bbf18

Please sign in to comment.