baibaichen opened a new issue, #11341: URL: https://github.com/apache/incubator-gluten/issues/11341
### Problem description Even after merging https://github.com/apache/incubator-gluten/pull/11198, we still cannot use the IntelliJ compiler, which makes incremental builds in the IntelliJ IDE impossible—forcing us to run Maven build every time and significantly wasting development time. for example: ``` scala: Failed to parse `-Wconf` configuration: List(msg=^(?=.*?a value of type)(?=.*?cannot also be).+$:s, cat=unchecked&msg=eliminated by erasure:s, cat=unchecked&msg=outer reference:s, cat=deprecation&msg=procedure syntax is deprecated:e, msg=method without a parameter list overrides a method with a single empty one:s, msg=method with a single empty parameter list overrides method without any parameter list:s, msg=Auto-application to \`\(\)\` is deprecated:s, msg=^(?=.*?Widening conversion from)(?=.*?is deprecated because it loses precision).+$:s, msg=^(?=.*?method|value|type|object|trait|inheritance)(?=.*?deprecated)(?=.*?since 2.13).+$:s, cat=other-nullary-override:wv, cat=lint-multiarg-infix:wv, cat=scaladoc:wv, any:e, cat=deprecation:wv, cat=feature:w, cat=unchecked:w, cat=deprecation:ws, cat=feature:ws, cat=optimizer:ws) Unknown category: `lint-multiarg-infix` ``` ### System information All ### 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]
