JkSelf commented on PR #8931: URL: https://github.com/apache/incubator-gluten/pull/8931#issuecomment-2811332032
> @JkSelf, I’ve noticed that many Spark unit tests are reporting the warning below—is this expected behavior? > > ``` > 2025-04-16T08:53:45.0585702Z 08:53:45.057 WARN org.apache.gluten.execution.BroadcastHashJoinExecTransformer: Can not trace broadcast table data 283705 because execution id is null. Will clean up until expire time. > ``` @PHILO-HE Yes, if the executor ID is null, it will be cleaned up when the executor shuts down. Otherwise, it will be released once the query is completed. -- 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]
