zhztheplayer commented on issue #8303: URL: https://github.com/apache/incubator-gluten/issues/8303#issuecomment-2559021941
Hi @Yohahaha, Thanks! for the `mvn test` issue, since it only applies to Maven test phase, would you think it's feasible to you to pass a Maven property to disable the corresponding components as a quick solution? Something like: ``` mvn clean package -P backends-velox,spark-3.4,hadoop-3.2,delta,iceberg,hudi -DskipTests mvn test -P backends-velox,spark-3.4,hadoop-3.2,spark-ut -DargLine="-Dspark.gluten.component.exclusions=velox-iceberg" ``` I can raise a PR as quickly as I can if it sounds OK. -- 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]
