zhouyuan opened a new issue, #11582: URL: https://github.com/apache/incubator-gluten/issues/11582
### Problem description Ran into java stackoverflow when packaging for Spark-4.0: ``` [2026-02-06T09:59:04.808Z] #10 203.5 [ERROR] Caused by: java.lang.StackOverflowError [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Types$NoArgsTypeRef.typeParams(Types.scala:2162) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Symbols$Symbol.typeParams(Symbols.scala:1811) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Types$NoArgsTypeRef.typeParams(Types.scala:2162) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Symbols$Symbol.typeParams(Symbols.scala:1811) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Types$NoArgsTypeRef.typeParams(Types.scala:2162) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Symbols$Symbol.typeParams(Symbols.scala:1811) [2026-02-06T09:59:04.808Z] #10 203.5 [INFO] at scala.reflect.internal.Types$NoArgsTypeRef.typeParams(Types.scala:2162) ``` ### System information N/A ### CMake log ```bash ``` -- 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]
