diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index e13287856e8..fcb03fccf7f 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -15,67 +15,63 @@ # specific language governing permissions and limitations # under the License. -"Component: C++": +# Test with existing label +# "Component: ODBC": +"CI: Extra: C++": - changed-files: - any-glob-to-any-file: - - cpp/**/* + - cpp/src/arrow/flight/**/* + # - cpp/src/arrow/flight/sql/odbc/** -"Component: GLib": -- changed-files: - - any-glob-to-any-file: - - c_glib/**/* +# "Component: C++": +# - changed-files: +# - any-glob-to-any-file: +# - cpp/**/* -"Component: MATLAB": -- changed-files: - - any-glob-to-any-file: - - matlab/**/* +# "Component: GLib": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/**/* -"Component: Python": -- changed-files: - - any-glob-to-any-file: - - python/**/* +# "Component: MATLAB": +# - changed-files: +# - any-glob-to-any-file: +# - matlab/**/* -"Component: R": -- changed-files: - - any-glob-to-any-file: - - r/**/* +# "Component: Python": +# - changed-files: +# - any-glob-to-any-file: +# - python/**/* -"Component: Ruby": -- changed-files: - - any-glob-to-any-file: - - ruby/**/* +# "Component: R": +# - changed-files: +# - any-glob-to-any-file: +# - r/**/* -"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: Ruby": +# - changed-files: +# - any-glob-to-any-file: +# - ruby/**/* -"Component: Parquet": -- changed-files: - - any-glob-to-any-file: - - c_glib/parquet-glib/**/* - - cpp/src/parquet/**/* - - r/R/parquet.* - - ruby/red-parquet/**/* +# "Component: FlightRPC": +# - changed-files: +# - any-glob-to-any-file: +# - cpp/src/arrow/flight/**/* +# - r/R/flight.* +# - python/pyarrow/*flight.* -"Component: Documentation": -- changed-files: - - any-glob-to-any-file: - - docs/**/* - - "**/*.{md, rst, Rmd, Rd}" +# "Component: Gandiva": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/gandiva-glib/**/* +# - cpp/src/gandiva/**/* +# - python/pyarrow/gandiva.* +# - ruby/red-gandiva/**/* -"CI: Extra: C++": -- changed-files: - - any-glob-to-any-file: - - .github/workflows/cpp_extra.yml - - cpp/src/arrow/flight/sql/odbc/**/* +# "Component: Parquet": +# - changed-files: +# - any-glob-to-any-file: +# - c_glib/parquet-glib/**/* +# - cpp/src/parquet/**/* +# - r/R/parquet.* +# - ruby/red-parquet/**/* diff --git a/cpp/src/arrow/flight/sql/odbc/entry_points.cc b/cpp/src/arrow/flight/sql/odbc/entry_points.cc index 8e7c2e2be71..bd0b8e6a62c 100644 --- a/cpp/src/arrow/flight/sql/odbc/entry_points.cc +++ b/cpp/src/arrow/flight/sql/odbc/entry_points.cc @@ -18,6 +18,11 @@ // 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) +// new line +// NEW LINE 2 + #include #include #include 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" 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