alamb commented on issue #6051: URL: https://github.com/apache/datafusion/issues/6051#issuecomment-3792106221
@ethan-tyler it would be great if you wanted to work on this I would suggest: Sketching out a PR to get the feature to work (basically a plumbing exercise) and then we can figure out how to break it down into smaller PRs for review I would personally recommend starting with a `slt` test that shows what you want to do -- like ```sql CREATE EXTERNAL TABLE t AS ... -- not sure what the syntax would be here SELECT col1, __filename from t ``` -- 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]
