This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git

commit 2ceb9b601c9f48fce006ac397145f0120d5ad2aa
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Tue May 30 19:16:18 2023 +0900

    Initial commit
---
 .asf.yaml | 30 ++++++++++++++++++++++++++++++
 README.md |  3 +++
 2 files changed, 33 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c83552c
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,30 @@
+# 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.
+
+# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+---
+github:
+  description: "Apache Spark Connect Client for Golang"
+  homepage: https://spark.apache.org/
+  enabled_merge_buttons:
+    merge: false
+    squash: true
+    rebase: true
+
+notifications:
+  pullrequests: revi...@spark.apache.org
+  issues: revi...@spark.apache.org
+  commits: commits@spark.apache.org
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..79b03d6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Apache Spark Connect Client for Golang
+
+Experimental


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to