HyukjinKwon commented on a change in pull request #24065: [SPARK-27130][BUILD]
Automatically select profile when executing sbt-checkstyle
URL: https://github.com/apache/spark/pull/24065#discussion_r264609552
##########
File path: dev/sbt-checkstyle
##########
@@ -17,17 +17,13 @@
# limitations under the License.
#
+build_profiles=$1
+echo "Checking Spark style using SBT with these arguments: ${build_profiles}"
Review comment:
I think it's more consistent to print this in `run-tests.py`. You could do,
for instance,
```
print("[info] Checking Java style using SBT with these arguments ...
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]