WangGuangxin commented on issue #8877: URL: https://github.com/apache/incubator-gluten/issues/8877#issuecomment-2693941866
@wangyum I think it was caused by this feature in spark `spark.sql.sources.bucketing.autoBucketedScan.enabled`, since you are just simple `select count(*)`, so there is no need to read by bucket table. -- 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]
