This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new c268ba8e add .asf.yaml (#1239)
c268ba8e is described below
commit c268ba8e51cfd07bba1fdf4c11b095b98740ee4b
Author: Zhang Li <[email protected]>
AuthorDate: Thu Aug 28 21:53:26 2025 +0800
add .asf.yaml (#1239)
* add .asf.yaml
* add arrow and datafusion to labels
---
.asf.yaml | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..dff4bf68
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,28 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+github:
+ description: "The Auron accelerator for distributed computing framework
(e.g., Spark) leverages native vectorized execution to accelerate query
processing"
+ homepage: https://auron.apache.org/
+ labels:
+ - rust-lang
+ - big-data
+ - spark
+ - datafusion
+ - arrow
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false