djanderson commented on PR #18238: URL: https://github.com/apache/datafusion/pull/18238#issuecomment-3448713358
> I would suggest to use a tree schema representation which was added recently #17459 > > because it supports nested types, outputting plain table for nested types like in this PR might be confusing @comphead, If you have an idea of how you'd like this approached, feel free to drop some notes in an issue and assign me! I looked into it a bit last night and couldn't figure out how to trivially make that change. Would it require a new `DescribeQuery` logical plan type so that queries and tables can have different describe output formats downstream? -- 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]
