marin-ma commented on PR #12097: URL: https://github.com/apache/gluten/pull/12097#issuecomment-4460645541
@zhli1142015 I still think the "fast path" is a duplication of the `VeloxResizeBatchesExec` as they are basically doing the same thing, but the operator can handle all types of BaseVector. If the goal is to have the shuffle reader produces larger output, can we simply follow the native implementation in `VeloxResizeBatchesExec` to use Velox api to handle all types of vectors, including complex datatype and dictionary encoding? -- 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]
