This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 1c484e69d PARQUET-2400: Update Spotless command in PR prompt to
include plugins (#1223)
1c484e69d is described below
commit 1c484e69db1e56f05dfff00db85504b84cd57f21
Author: Atour <[email protected]>
AuthorDate: Mon Dec 4 06:38:58 2023 +0100
PARQUET-2400: Update Spotless command in PR prompt to include plugins
(#1223)
---
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7b3999d2d..1a2ade407 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -25,7 +25,7 @@ Make sure you have checked _all_ steps below.
### Style
- [ ] My contribution adheres to the code style guidelines and Spotless passes.
- - To apply the necessary changes, run the spotless:apply goal in Maven
+ - To apply the necessary changes, run `mvn spotless:apply -Pvector-plugins`
### Documentation