HyukjinKwon commented on code in PR #37828:
URL: https://github.com/apache/spark/pull/37828#discussion_r969558717
##########
.github/workflows/build_and_test.yml:
##########
@@ -87,6 +91,7 @@ jobs:
sparkr=`./dev/is-changed.py -m sparkr`
tpcds=`./dev/is-changed.py -m sql`
docker=`./dev/is-changed.py -m docker-integration-tests`
+ infra_image=`./dev/is-changed.py -m infra-image`
Review Comment:
hmmm .. actually quick question. would that still build the base image when
there are other changes together with Dockerfile? Do we return true when `root`
module is detected?
--
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]