lwz9103 commented on issue #8216: URL: https://github.com/apache/incubator-gluten/issues/8216#issuecomment-2538282861
### Root Cause Vanilla RangePartitioner numPartitions is rangeBounds.length + 1, which may not be the same as original paritions. While gluten NativePartitioner numPartitions is the given partition size of RangePartitioner. Vanilla Spark:  Gluten:  -- 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]
