Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 49 additions & 53 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
5 changes: 5 additions & 0 deletions cpp/src/arrow/flight/sql/odbc/entry_points.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sql.h>
#include <sqlext.h>
#include <sqltypes.h>
Expand Down
2 changes: 2 additions & 0 deletions cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions ruby/red-gandiva/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# specific language governing permissions and limitations
# under the License.

### -AL- test trigger label

source "https://rubygems.org/"

gemspec
Expand Down