comphead commented on PR #12441: URL: https://github.com/apache/datafusion/pull/12441#issuecomment-2346650275
> > lgtm thanks @alamb I'm just thinking should be a version a SQL function or we can extend the SHOW statement > > You mean like > > ```sql > > SHOW ALL > ... > | datafusion.execution.parquet.created_by | datafusion version 41.0.0 | > ``` > > Maybe we could just have a `datafusion.version`? I was actually thinking about `SHOW VERSION` but having it in datafusion variables is also good. We can always refer to it like `SHOW datafusion.version` like now we do for `> show datafusion.execution.batch_size;` -- 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]
