This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/kyuubi-client.git
commit 74f36ec35c462ccf801dadeb526029bd081335d3 Author: Kent Yao <[email protected]> AuthorDate: Tue Jan 10 14:11:45 2023 +0800 Add .asf.yml --- .asf.yaml | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b259378..46d2db2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,21 +15,14 @@ # limitations under the License. # -# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features - github: - description: "Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses." + description: "Client libraries of end users of Apache Kyuubi" homepage: https://kyuubi.apache.org/ labels: - - spark - - jdbc - - thrift - - data-lake - - spark-sql - - hadoop - - hive - - sql - - kubernetes + - hive-jdbc + - hive-thrift + - restful api + enabled_merge_buttons: squash: true merge: false @@ -37,7 +30,7 @@ github: protected_branches: ~ features: issues: true - discussions: true + discussions: false wiki: false projects: false notifications:
