Zouxxyy commented on PR #11292: URL: https://github.com/apache/incubator-gluten/pull/11292#issuecomment-3658369119
> I was also thinking about a way to show these custom properties on Gluten UI, related code is [here](https://github.com/apache/incubator-gluten/blob/main/gluten-ui/src/main/scala/org/apache/spark/sql/execution/ui/GlutenAllExecutionsPage.scala). > > `BuildInfo` and `GlutenBuildInfoEvent` are so similar in their purposes so it's better to unify them together then display all the relevant properties on UI. Seems we are currently printing the information from GlutenBuildInfoEvent in the Gluten UI. Meanwhile, some of the configurations within it are used by Components, and this information is only logged in the logs. Perhaps we could organize it like this, for example: "Build Information", "Components", and "Queries". -- 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]
