andygrove commented on PR #4852: URL: https://github.com/apache/datafusion-comet/pull/4852#issuecomment-4910269722
> Thanks @andygrove do we really need a function, we can come up with constants like `sparkVerson` on the `sparkContext`. Especially it would be more useful if we plan to expose Comet version to some sort of UI. > > Currently it is possible to know Comet version by: > > * checking classpath in spark UI > * asking loaded comet plugin jar filename Today, users can evaluate `println(org.apache.comet.COMET_VERSION)` in Scala spark-shell. I thought that having a SQL function would be more intuitive though. -- 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]
