lwz9103 commented on PR #7057: URL: https://github.com/apache/incubator-gluten/pull/7057#issuecomment-2316672708
@zhztheplayer The good news is that the gluten ch native code has compiled successfully after modifications. However, the Java code is currently failing to compile due to changes in SoftAffinity. When initializing SoftAffinity in MixedAffinitySuite, several modified parameters should be added. Can you help me resolve this issue?   You can also use the following command locally to test whether the Java code for Gluten CH can compile successfully. `mvn clean install -DskipTests -Pbackends-clickhouse -Pspark-3.3 -Pspark-ut` -- 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]
