Skip to content

Commit cb7de30

Browse files
committed
fix format errors in non-test yaml files
1 parent 2988ed0 commit cb7de30

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

.github/ISSUE_TEMPLATE/usage_question.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,16 @@ body:
2323
- type: markdown
2424
attributes:
2525
value: >
26-
While we enable issues as a mechanism for new contributors and passers-by who
27-
are unfamiliar with Apache Software Foundation projects to ask questions and
28-
interact with the project, we encourage users to ask such questions on public
29-
mailing lists:
26+
While we enable issues as a mechanism for new contributors and passers-by who are unfamiliar with Apache Software Foundation projects to ask questions and interact with the project, we encourage users to ask such questions on public mailing lists:
3027
31-
* Development discussions: dev@arrow.apache.org (first subscribe by sending an
32-
e-mail to dev-subscribe@arrow.apache.org).
28+
* Development discussions: dev@arrow.apache.org (first subscribe by sending an e-mail to dev-subscribe@arrow.apache.org).
3329
34-
* User discussions: user@arrow.apache.org (first subscribe by sending an e-mail
35-
to user-subscribe@arrow.apache.org).
30+
* User discussions: user@arrow.apache.org (first subscribe by sending an e-mail to user-subscribe@arrow.apache.org).
3631
3732
* Mailing list archives: https://arrow.apache.org/community/
3833
3934
40-
Do not be surprised by responses to issues raised here directing you to those
41-
mailing lists, or to report a bug or feature request here.
35+
Do not be surprised by responses to issues raised here directing you to those mailing lists, or to report a bug or feature request here.
4236
4337
4438
Thank you!
@@ -47,8 +41,7 @@ body:
4741
id: description
4842
attributes:
4943
label: >
50-
Describe the usage question you have. Please include as many useful details as
51-
possible.
44+
Describe the usage question you have. Please include as many useful details as possible.
5245
5346
validations:
5447
required: true

docker-compose.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ services:
4040
volumes:
4141
- .:/arrow-java:delegated
4242
- ${DOCKER_VOLUME_PREFIX}maven-cache:/root/.m2:delegated
43-
command:
43+
command: |-
4444
/bin/bash -c "
45-
46-
/arrow-java/ci/scripts/java_build.sh /arrow-java /build &&
47-
/arrow-java/ci/scripts/java_test.sh /arrow-java /build"
45+
/arrow-java/ci/scripts/java_build.sh /arrow-java /build && /arrow-java/ci/scripts/java_test.sh /arrow-java /build"
4846
4947
conda-jni-cdata:
5048
# Usage:
@@ -70,8 +68,4 @@ services:
7068
- ${DOCKER_VOLUME_PREFIX}maven-cache:/root/.m2:delegated
7169
environment:
7270
ARROW_JAVA_CDATA: "ON"
73-
command:
74-
/bin/bash -c "
75-
/arrow-java/ci/scripts/java_jni_build.sh /arrow-java /build/jni /build /jni &&
76-
/arrow-java/ci/scripts/java_build.sh /arrow-java /build /jni &&
77-
/arrow-java/ci/scripts/java_test.sh /arrow-java /build /jni"
71+
command: /bin/bash -c " /arrow-java/ci/scripts/java_jni_build.sh /arrow-java /build/jni /build /jni && /arrow-java/ci/scripts/java_build.sh /arrow-java /build /jni && /arrow-java/ci/scripts/java_test.sh /arrow-java /build /jni"

0 commit comments

Comments
 (0)