From 6632801f707ac84867e67a080bc45b9b5641e848 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Wed, 7 Jan 2026 11:48:38 -0800 Subject: [PATCH 01/12] Attempt to trigger ODBC CI --- cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc b/cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc index 8b24762bfc3..7a3a0ccbad2 100644 --- a/cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc +++ b/cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc @@ -15,6 +15,8 @@ // specific language governing permissions and limitations // under the License. +// -AL- Test change, see if this line triggers ODBC CI + #include "arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.h" #include "arrow/compute/api.h" From 2905874349b363b84fcb0985dad02f3a7e7812f0 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:01:54 -0800 Subject: [PATCH 02/12] Test labeler --- .github/workflows/dev_pr/labeler.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index e13287856e8..0278848c0ed 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -71,11 +71,4 @@ "Component: Documentation": - changed-files: - any-glob-to-any-file: - - docs/**/* - - "**/*.{md, rst, Rmd, Rd}" - -"CI: Extra: C++": -- changed-files: - - any-glob-to-any-file: - - .github/workflows/cpp_extra.yml - cpp/src/arrow/flight/sql/odbc/**/* From 9b85151ae68f66ca9ce4647a3e0f0482b8be4234 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:05:05 -0800 Subject: [PATCH 03/12] Test trigger ruby label --- ruby/red-gandiva/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby/red-gandiva/Gemfile b/ruby/red-gandiva/Gemfile index 7c4cefcf39d..a7b28531afb 100644 --- a/ruby/red-gandiva/Gemfile +++ b/ruby/red-gandiva/Gemfile @@ -17,6 +17,8 @@ # specific language governing permissions and limitations # under the License. +### -AL- test trigger label + source "https://rubygems.org/" gemspec From 9f274e7cb34c2af865323c94037cdae198e4e8f0 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:06:17 -0800 Subject: [PATCH 04/12] Test ODBC label --- cpp/src/arrow/flight/sql/odbc/entry_points.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 8e7c2e2be71..82adbb8a8c3 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -18,6 +18,9 @@ // platform.h includes windows.h, so it needs to be included first #include "arrow/flight/sql/odbc/odbc_impl/platform.h" + +// -AL- test trigger ODBC-test label (documentation) + #include #include #include From 3c03896a0a14295b7cfd53059a07c6a8957c2896 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:07:50 -0800 Subject: [PATCH 05/12] Move location of labeler --- .github/workflows/dev_pr/labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 0278848c0ed..44273425e7d 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -15,6 +15,11 @@ # specific language governing permissions and limitations # under the License. +"Component: Documentation": +- changed-files: + - any-glob-to-any-file: + - cpp/src/arrow/flight/sql/odbc/**/* + "Component: C++": - changed-files: - any-glob-to-any-file: @@ -67,8 +72,3 @@ - cpp/src/parquet/**/* - r/R/parquet.* - ruby/red-parquet/**/* - -"Component: Documentation": -- changed-files: - - any-glob-to-any-file: - - cpp/src/arrow/flight/sql/odbc/**/* From ff8ffecc69f6b56bf30ba727514148efec377f24 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:09:04 -0800 Subject: [PATCH 06/12] Change to check flight level instead --- .github/workflows/dev_pr/labeler.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 44273425e7d..c454297f2ea 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -15,10 +15,12 @@ # specific language governing permissions and limitations # under the License. -"Component: Documentation": +# Test with existing label +"Component: ODBC": - changed-files: - any-glob-to-any-file: - - cpp/src/arrow/flight/sql/odbc/**/* + - cpp/src/arrow/flight/**/* + # - cpp/src/arrow/flight/sql/odbc/** "Component: C++": - changed-files: From 95a35a5630ab1c23852960b13a55c721272694d2 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:11:30 -0800 Subject: [PATCH 07/12] Update entry_points.cc --- cpp/src/arrow/flight/sql/odbc/entry_points.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 82adbb8a8c3..5a53e7eee6e 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -19,7 +19,7 @@ #include "arrow/flight/sql/odbc/odbc_impl/platform.h" -// -AL- test trigger ODBC-test label (documentation) +// -AL- test trigger ODBC-test label (documentation) #include #include From f51a8cd4b4b6cd01d1951f8f562a515d80dac46f Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:45:23 -0800 Subject: [PATCH 08/12] Delete C++ labeler --- .github/workflows/dev_pr/labeler.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index c454297f2ea..42931864bf9 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -16,16 +16,17 @@ # under the License. # Test with existing label -"Component: ODBC": +# "Component: ODBC": +"CI: Extra: C++": - changed-files: - any-glob-to-any-file: - cpp/src/arrow/flight/**/* # - cpp/src/arrow/flight/sql/odbc/** -"Component: C++": -- changed-files: - - any-glob-to-any-file: - - cpp/**/* +# "Component: C++": +# - changed-files: +# - any-glob-to-any-file: +# - cpp/**/* "Component: GLib": - changed-files: From d018000b025be6b2e9a32beb86c8ec3836284390 Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:46:21 -0800 Subject: [PATCH 09/12] Update entry_points.cc --- cpp/src/arrow/flight/sql/odbc/entry_points.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 5a53e7eee6e..82adbb8a8c3 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -19,7 +19,7 @@ #include "arrow/flight/sql/odbc/odbc_impl/platform.h" -// -AL- test trigger ODBC-test label (documentation) +// -AL- test trigger ODBC-test label (documentation) #include #include From 93ad9f1e47b3f125857cf97c83ed74af2a272d3f Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:47:07 -0800 Subject: [PATCH 10/12] Update entry_points.cc (second time) --- cpp/src/arrow/flight/sql/odbc/entry_points.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 82adbb8a8c3..6b40aece537 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -20,6 +20,7 @@ // -AL- test trigger ODBC-test label (documentation) +// new line #include #include From 362cdb512e05f903769afb5de021a1ad4c004dda Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:49:36 -0800 Subject: [PATCH 11/12] Remove all labeler --- .github/workflows/dev_pr/labeler.yml | 80 ++++++++++++++-------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 42931864bf9..fcb03fccf7f 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -28,50 +28,50 @@ # - any-glob-to-any-file: # - cpp/**/* -"Component: GLib": -- changed-files: - - any-glob-to-any-file: - - c_glib/**/* +# "Component: GLib": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/**/* -"Component: MATLAB": -- changed-files: - - any-glob-to-any-file: - - matlab/**/* +# "Component: MATLAB": +# - changed-files: +# - any-glob-to-any-file: +# - matlab/**/* -"Component: Python": -- changed-files: - - any-glob-to-any-file: - - python/**/* +# "Component: Python": +# - changed-files: +# - any-glob-to-any-file: +# - python/**/* -"Component: R": -- changed-files: - - any-glob-to-any-file: - - r/**/* +# "Component: R": +# - changed-files: +# - any-glob-to-any-file: +# - r/**/* -"Component: Ruby": -- changed-files: - - any-glob-to-any-file: - - ruby/**/* +# "Component: Ruby": +# - changed-files: +# - any-glob-to-any-file: +# - ruby/**/* -"Component: FlightRPC": -- changed-files: - - any-glob-to-any-file: - - cpp/src/arrow/flight/**/* - - r/R/flight.* - - python/pyarrow/*flight.* +# "Component: FlightRPC": +# - changed-files: +# - any-glob-to-any-file: +# - cpp/src/arrow/flight/**/* +# - r/R/flight.* +# - python/pyarrow/*flight.* -"Component: Gandiva": -- changed-files: - - any-glob-to-any-file: - - c_glib/gandiva-glib/**/* - - cpp/src/gandiva/**/* - - python/pyarrow/gandiva.* - - ruby/red-gandiva/**/* +# "Component: Gandiva": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/gandiva-glib/**/* +# - cpp/src/gandiva/**/* +# - python/pyarrow/gandiva.* +# - ruby/red-gandiva/**/* -"Component: Parquet": -- changed-files: - - any-glob-to-any-file: - - c_glib/parquet-glib/**/* - - cpp/src/parquet/**/* - - r/R/parquet.* - - ruby/red-parquet/**/* +# "Component: Parquet": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/parquet-glib/**/* +# - cpp/src/parquet/**/* +# - r/R/parquet.* +# - ruby/red-parquet/**/* From aed53c28cbebcd4da938082b537fd0476058181e Mon Sep 17 00:00:00 2001 From: "Alina (Xi) Li" Date: Fri, 9 Jan 2026 16:50:17 -0800 Subject: [PATCH 12/12] Update entry_points.cc (third time) --- cpp/src/arrow/flight/sql/odbc/entry_points.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 6b40aece537..bd0b8e6a62c 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -21,6 +21,7 @@ // -AL- test trigger ODBC-test label (documentation) // new line +// NEW LINE 2 #include #include