mslapek commented on issue #5004:
URL:
https://github.com/apache/arrow-datafusion/issues/5004#issuecomment-1438950020
I've run `CREATE VIEW` and `CREATE TABLE` with
```rust
let plan = ctx.state().create_logical_plan(sql).await?;
println!("plan={:?}\n\nschema={:?}", plan, plan.schema());
```
and the schema seems to be the **almost** correct -
i.e. fields represent the **new** table, not the **original** one.
Only qualifier of `DFField` is not set - is it the bug? 🐞
--
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]