Skip to content

Commit

Permalink
chore: tmp commit to log error
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Oct 2, 2024
1 parent cc284ac commit 5f20973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/src/physical_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ impl DefaultPhysicalPlanner {
logical_input_schema.as_ref().clone().into();

if physical_input_schema != physical_input_schema_from_logical {
println!("####################### physical_input_schema:\n{:?}", physical_input_schema);
println!("####################### physical_input_schema_from_logical:\n{:?}", physical_input_schema_from_logical);
return internal_err!("Physical input schema should be the same as the one converted from logical input schema.");
}

Expand Down

0 comments on commit 5f20973

Please sign in to comment.