This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 26aa75f3b6 GH-44223: [Dev] Use "Gandiva" instead of "C++ - Gandiva"
label (#44722)
26aa75f3b6 is described below
commit 26aa75f3b6a863ef62a22995843ae6314dfc261a
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Nov 14 18:56:38 2024 +0900
GH-44223: [Dev] Use "Gandiva" instead of "C++ - Gandiva" label (#44722)
### Rationale for this change
We have Gandiva related codes. So "C++ -" isn't match the current code base.
### What changes are included in this PR?
Remove the "C++ - " part.
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
* GitHub Issue: #44223
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++--
.github/ISSUE_TEMPLATE/feature_request.yaml | 4 ++--
.github/ISSUE_TEMPLATE/usage_question.yaml | 4 ++--
.github/workflows/dev_pr/labeler.yml | 5 +++--
4 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml
b/.github/ISSUE_TEMPLATE/bug_report.yaml
index 714066ef02..e19998b74f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -38,15 +38,15 @@ body:
- C
- C#
- C++
- - C++ - Gandiva
- Continuous Integration
- Developer Tools
- Documentation
- FlightRPC
- Format
- GLib
- - Go
- GPU
+ - Gandiva
+ - Go
- Integration
- Java
- JavaScript
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml
b/.github/ISSUE_TEMPLATE/feature_request.yaml
index 4a579566a7..2f6e9970e4 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yaml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -41,15 +41,15 @@ body:
- C
- C#
- C++
- - C++ - Gandiva
- Continuous Integration
- Developer Tools
- Documentation
- FlightRPC
- Format
- GLib
- - Go
- GPU
+ - Gandiva
+ - Go
- Integration
- Java
- JavaScript
diff --git a/.github/ISSUE_TEMPLATE/usage_question.yaml
b/.github/ISSUE_TEMPLATE/usage_question.yaml
index 6256783c9c..c711190540 100644
--- a/.github/ISSUE_TEMPLATE/usage_question.yaml
+++ b/.github/ISSUE_TEMPLATE/usage_question.yaml
@@ -61,15 +61,15 @@ body:
- C
- C#
- C++
- - C++ - Gandiva
- Continuous Integration
- Developer Tools
- Documentation
- FlightRPC
- Format
- GLib
- - Go
- GPU
+ - Gandiva
+ - Go
- Integration
- Java
- JavaScript
diff --git a/.github/workflows/dev_pr/labeler.yml
b/.github/workflows/dev_pr/labeler.yml
index c31d1f3097..962a8cc4c2 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -53,11 +53,12 @@
- r/R/flight.*
- python/pyarrow/*flight.*
-"Component: C++ - Gandiva":
+"Component: Gandiva":
- c_glib/gandiva-glib/**/*
- cpp/src/gandiva/**/*
- - ruby/red-gandiva/**/*
+ - java/gandiva/**/*
- python/pyarrow/gandiva.*
+ - ruby/red-gandiva/**/*
"Component: Parquet":
- c_glib/parquet-glib/**/*