marin-ma opened a new issue, #9942: URL: https://github.com/apache/incubator-gluten/issues/9942
### Description Currently we have three types of native ShuffleWriter: hash, sort and rss_sort And two types of native PartitionWriter: LocalPartitionWriter, RssPartitionWriter The creation of all types are using the same JNI call, which results in a long argument list but many of them are only used by certain types. The JNI should be refactored to separate different kinds of creation, and make it easier to add new arguments for certain types or add new types of ShuffleWriter or PartitionWriter. ### Gluten version None -- 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]
