This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
The following commit(s) were added to refs/heads/master by this push:
new 4628b18ad IMPALA-14439: Fix YAML directives end marker
4628b18ad is described below
commit 4628b18ad07ca9c6a86a6cd4e54b7b71ed76221e
Author: Michael Smith <[email protected]>
AuthorDate: Mon Sep 15 08:55:33 2025 -0700
IMPALA-14439: Fix YAML directives end marker
Incorrect marker was included at the beginning (`--` instead of `---`)
which caused Apache Infrastructure to reject the file.
Tested with a YAML validator.
Change-Id: I554ba9b12655b1dbc8d38f6d533d51be92578369
Reviewed-on: http://gerrit.cloudera.org:8080/23426
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Michael Smith <[email protected]>
---
.asf.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index f903b1154..1318c29cd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
# under the License.
# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
---
+---
github:
autolink_jira:
- IMPALA