Yohahaha commented on issue #7174: URL: https://github.com/apache/incubator-gluten/issues/7174#issuecomment-2413384993
In the UT, after a split is processed, its scanSpec changes from `root (s (a, c, ), )` to `root (s (a, c constant, ), )`. when IOThreads is on, split preload feature works, scanSpec will be set by `moveAdaptationFrom`, and the constant filter meta of current datasource's scanSpec does not affect preloaded datasource's scanSpec, it's ok. when IOThreads is off, only one datasource, second split with `root (s (a, c constant, ), )` produce null. -- 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]
