phillipleblanc commented on PR #11989:
URL: https://github.com/apache/datafusion/pull/11989#issuecomment-2360822666
I added `dbg!` statements to both, and I see one has the fields and the one
from the logical plan is empty:
```console
[/Users/phillip/code/apache/datafusion/datafusion/core/src/physical_planner.rs:676:21]
&physical_input_schema = Schema {
fields: [
Field {
name: "id",
data_type: Utf8,
nullable: true,
dict_id: 0,
dict_is_ordered: false,
metadata: {},
},
Field {
name: "created_at",
data_type: Timestamp(
Nanosecond,
Some(
"+00:00",
),
),
nullable: true,
dict_id: 0,
dict_is_ordered: false,
metadata: {},
},
],
metadata: {},
}
[/Users/phillip/code/apache/datafusion/datafusion/core/src/physical_planner.rs:677:21]
&physical_input_schema_from_logical = Schema {
fields: [],
metadata: {},
}
thread
'acceleration::query_push_down::acceleration_with_and_without_federation'
panicked at crates/runtime/tests/acceleration/query_push_down.rs:218:10:
collect working: Internal("Physical input schema should be the same as the
one converted from logical input schema.")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]