zhztheplayer commented on PR #5767: URL: https://github.com/apache/incubator-gluten/pull/5767#issuecomment-2612745670
> and I want to say that it's to hard to read these codes Please start from [this test](https://github.com/zhztheplayer/gluten/blob/0cb05533f1d32abe289b301093ad8f9f82b6b5c8/gluten-core/src/test/scala/org/apache/gluten/extension/columnar/transition/TransitionSuite.scala). > so many new concept, so many new abstraction, so many "design". Query planner / optimizer is always hard. Spark has design issue when dealing with different batch types and Gluten's transition system perfectly solves the problem. That's why we no longer see issues like https://github.com/apache/incubator-gluten/issues/1440 that could easily crash our applications. > so many "design" You can call for documentation about the feature and I am glad to do, but I won't suggest using this kind of double-quoting for technical discussion in community. -- 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]
