zhztheplayer commented on PR #10900: URL: https://github.com/apache/incubator-gluten/pull/10900#issuecomment-3411096318
> Is this by designed, or am I missing something? @zhztheplayer thanks Yes, this sounds like one of the major issues we have for making different components (e.g., paimon + iceberg) work together. [This validator](https://github.com/apache/incubator-gluten/blob/8dc5d471a2fb8a61d5c33846f98fc20c93ab1eac/gluten-substrait/src/main/scala/org/apache/gluten/extension/columnar/validator/Validators.scala#L99-L107) was written for keeping up with some legacy code in our query planner, and I do think it should be eventually removed or redesigned. We should make one component try to offload a plan node that the previous component couldn't handle, not skip it. Maybe we can just make an attempt to remove that validator to see what happens then. -- 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]
