baibaichen commented on code in PR #11380:
URL:
https://github.com/apache/incubator-gluten/pull/11380#discussion_r2671807715
##########
.github/workflows/clickhouse_be_trigger.yml:
##########
@@ -34,6 +33,11 @@ on:
- 'gluten-ras/**'
- 'gluten-ui/**'
- 'gluten-kafka/**'
+ paths-ignore:
+ - 'shims/spark40/**'
+ - 'shims/spark41/**'
+ - 'gluten-ut/spark40/**'
+ - 'gluten-ut/spark41/**'
Review Comment:
@zzcclp @lwz9103
Since the ClickHouse backend does not support Spark 4.0 and later, I ignored
it. I also ignored clickhouse_be_trigger.yml. This should be fine.
--
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]