zhztheplayer opened a new pull request, #8205: URL: https://github.com/apache/incubator-gluten/pull/8205
Not all components' build information is printed. The patch fixes the issue. Before: ``` 2024-12-11T01:56:45.0402500Z Component: VeloxIceberg 2024-12-11T01:56:45.0402795Z Component Branch: N/A 2024-12-11T01:56:45.0403095Z Component Revision: N/A 2024-12-11T01:56:45.0403412Z Component Revision Time: N/A ... ``` After: ``` Component Velox Branch: HEAD Component Velox Revision: 88964d4b480a8b5ff6bf85652b17a4b8b5fa6071 Component Velox Revision Time: 2024-11-19 08:07:56 +0800 Component VeloxIceberg Branch: N/A Component VeloxIceberg Revision: N/A Component VeloxIceberg Revision Time: N/A Components: Velox,VeloxIceberg ``` -- 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]
