From ff7807af83bf446924991437e9d4b1db2700fe43 Mon Sep 17 00:00:00 2001 From: rich-T-kid Date: Wed, 29 Jul 2026 01:03:57 -0400 Subject: [PATCH 1/5] add sub tags --- .github/workflows/dev_pr/labeler.yml | 156 ++++++++++++++++++++++----- 1 file changed, 128 insertions(+), 28 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index edb6d036174c..07098c8150a9 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -17,48 +17,148 @@ arrow: - changed-files: - - any-glob-to-any-file: - - 'arrow-arith/**/*' - - 'arrow-array/**/*' - - 'arrow-buffer/**/*' - - 'arrow-cast/**/*' - - 'arrow-csv/**/*' - - 'arrow-data/**/*' - - 'arrow-flight/**/*' - - 'arrow-integration-test/**/*' - - 'arrow-integration-testing/**/*' - - 'arrow-ipc/**/*' - - 'arrow-json/**/*' - - 'arrow-avro/**/*' - - 'arrow-ord/**/*' - - 'arrow-row/**/*' - - 'arrow-schema/**/*' - - 'arrow-select/**/*' - - 'arrow-string/**/*' - - 'arrow/**/*' + - any-glob-to-any-file: + - "arrow-arith/**/*" + - "arrow-array/**/*" + - "arrow-buffer/**/*" + - "arrow-cast/**/*" + - "arrow-csv/**/*" + - "arrow-data/**/*" + - "arrow-flight/**/*" + - "arrow-integration-test/**/*" + - "arrow-integration-testing/**/*" + - "arrow-ipc/**/*" + - "arrow-json/**/*" + - "arrow-avro/**/*" + - "arrow-ord/**/*" + - "arrow-row/**/*" + - "arrow-schema/**/*" + - "arrow-select/**/*" + - "arrow-string/**/*" + - "arrow/**/*" arrow-avro: - changed-files: - any-glob-to-any-file: - - 'arrow-avro/**/*' + - "arrow-avro/**/*" arrow-flight: - changed-files: - - any-glob-to-any-file: - - 'arrow-flight/**/*' + - any-glob-to-any-file: + - "arrow-flight/**/*" parquet: - changed-files: - - any-glob-to-any-file: - - 'parquet/**/*' + - any-glob-to-any-file: + - "parquet/**/*" parquet-variant: - changed-files: - any-glob-to-any-file: - - 'parquet-variant/**/*' - - 'parquet-variant-compute/**/*' - - 'parquet-variant-json/**/*' + - "parquet-variant/**/*" + - "parquet-variant-compute/**/*" + - "parquet-variant-json/**/*" parquet-derive: - changed-files: - - any-glob-to-any-file: [ 'parquet_derive/**/*' ] + - any-glob-to-any-file: ["parquet_derive/**/*"] + +arrow-arith: + - changed-files: + - any-glob-to-any-file: + - "arrow-arith/**/*" + +arrow-array: + - changed-files: + - any-glob-to-any-file: + - "arrow-array/**/*" + +arrow-buffer: + - changed-files: + - any-glob-to-any-file: + - "arrow-buffer/**/*" + +arrow-cast: + - changed-files: + - any-glob-to-any-file: + - "arrow-cast/**/*" + +arrow-csv: + - changed-files: + - any-glob-to-any-file: + - "arrow-csv/**/*" + +arrow-data: + - changed-files: + - any-glob-to-any-file: + - "arrow-data/**/*" + +arrow-integration-test: + - changed-files: + - any-glob-to-any-file: + - "arrow-integration-test/**/*" + +arrow-integration-testing: + - changed-files: + - any-glob-to-any-file: + - "arrow-integration-testing/**/*" + +arrow-ipc: + - changed-files: + - any-glob-to-any-file: + - "arrow-ipc/**/*" + +arrow-json: + - changed-files: + - any-glob-to-any-file: + - "arrow-json/**/*" + +arrow-ord: + - changed-files: + - any-glob-to-any-file: + - "arrow-ord/**/*" + +arrow-pyarrow: + - changed-files: + - any-glob-to-any-file: + - "arrow-pyarrow/**/*" + +arrow-pyarrow-integration-testing: + - changed-files: + - any-glob-to-any-file: + - "arrow-pyarrow-integration-testing/**/*" + +arrow-pyarrow-testing: + - changed-files: + - any-glob-to-any-file: + - "arrow-pyarrow-testing/**/*" + +arrow-row: + - changed-files: + - any-glob-to-any-file: + - "arrow-row/**/*" + +arrow-schema: + - changed-files: + - any-glob-to-any-file: + - "arrow-schema/**/*" + +arrow-select: + - changed-files: + - any-glob-to-any-file: + - "arrow-select/**/*" + +arrow-string: + - changed-files: + - any-glob-to-any-file: + - "arrow-string/**/*" + +parquet-derive-test: + - changed-files: + - any-glob-to-any-file: + - "parquet_derive_test/**/*" + +parquet-geospatial: + - changed-files: + - any-glob-to-any-file: + - "parquet-geospatial/**/*" From 83d19d02c6d0c59ca5affb7597b9f260418a0c43 Mon Sep 17 00:00:00 2001 From: rich-T-kid Date: Wed, 29 Jul 2026 09:39:13 -0400 Subject: [PATCH 2/5] fix indents --- .github/workflows/dev_pr/labeler.yml | 128 +++++++++++++-------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 07098c8150a9..84389e0e4a4e 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -17,25 +17,25 @@ arrow: - changed-files: - - any-glob-to-any-file: - - "arrow-arith/**/*" - - "arrow-array/**/*" - - "arrow-buffer/**/*" - - "arrow-cast/**/*" - - "arrow-csv/**/*" - - "arrow-data/**/*" - - "arrow-flight/**/*" - - "arrow-integration-test/**/*" - - "arrow-integration-testing/**/*" - - "arrow-ipc/**/*" - - "arrow-json/**/*" - - "arrow-avro/**/*" - - "arrow-ord/**/*" - - "arrow-row/**/*" - - "arrow-schema/**/*" - - "arrow-select/**/*" - - "arrow-string/**/*" - - "arrow/**/*" + - any-glob-to-any-file: + - "arrow-arith/**/*" + - "arrow-array/**/*" + - "arrow-buffer/**/*" + - "arrow-cast/**/*" + - "arrow-csv/**/*" + - "arrow-data/**/*" + - "arrow-flight/**/*" + - "arrow-integration-test/**/*" + - "arrow-integration-testing/**/*" + - "arrow-ipc/**/*" + - "arrow-json/**/*" + - "arrow-avro/**/*" + - "arrow-ord/**/*" + - "arrow-row/**/*" + - "arrow-schema/**/*" + - "arrow-select/**/*" + - "arrow-string/**/*" + - "arrow/**/*" arrow-avro: - changed-files: @@ -44,13 +44,13 @@ arrow-avro: arrow-flight: - changed-files: - - any-glob-to-any-file: - - "arrow-flight/**/*" + - any-glob-to-any-file: + - "arrow-flight/**/*" parquet: - changed-files: - - any-glob-to-any-file: - - "parquet/**/*" + - any-glob-to-any-file: + - "parquet/**/*" parquet-variant: - changed-files: @@ -61,104 +61,104 @@ parquet-variant: parquet-derive: - changed-files: - - any-glob-to-any-file: ["parquet_derive/**/*"] + - any-glob-to-any-file: ["parquet_derive/**/*"] arrow-arith: - changed-files: - - any-glob-to-any-file: - - "arrow-arith/**/*" + - any-glob-to-any-file: + - "arrow-arith/**/*" arrow-array: - changed-files: - - any-glob-to-any-file: - - "arrow-array/**/*" + - any-glob-to-any-file: + - "arrow-array/**/*" arrow-buffer: - changed-files: - - any-glob-to-any-file: - - "arrow-buffer/**/*" + - any-glob-to-any-file: + - "arrow-buffer/**/*" arrow-cast: - changed-files: - - any-glob-to-any-file: - - "arrow-cast/**/*" + - any-glob-to-any-file: + - "arrow-cast/**/*" arrow-csv: - changed-files: - - any-glob-to-any-file: - - "arrow-csv/**/*" + - any-glob-to-any-file: + - "arrow-csv/**/*" arrow-data: - changed-files: - - any-glob-to-any-file: - - "arrow-data/**/*" + - any-glob-to-any-file: + - "arrow-data/**/*" arrow-integration-test: - changed-files: - - any-glob-to-any-file: - - "arrow-integration-test/**/*" + - any-glob-to-any-file: + - "arrow-integration-test/**/*" arrow-integration-testing: - changed-files: - - any-glob-to-any-file: - - "arrow-integration-testing/**/*" + - any-glob-to-any-file: + - "arrow-integration-testing/**/*" arrow-ipc: - changed-files: - - any-glob-to-any-file: - - "arrow-ipc/**/*" + - any-glob-to-any-file: + - "arrow-ipc/**/*" arrow-json: - changed-files: - - any-glob-to-any-file: - - "arrow-json/**/*" + - any-glob-to-any-file: + - "arrow-json/**/*" arrow-ord: - changed-files: - - any-glob-to-any-file: - - "arrow-ord/**/*" + - any-glob-to-any-file: + - "arrow-ord/**/*" arrow-pyarrow: - changed-files: - - any-glob-to-any-file: - - "arrow-pyarrow/**/*" + - any-glob-to-any-file: + - "arrow-pyarrow/**/*" arrow-pyarrow-integration-testing: - changed-files: - - any-glob-to-any-file: - - "arrow-pyarrow-integration-testing/**/*" + - any-glob-to-any-file: + - "arrow-pyarrow-integration-testing/**/*" arrow-pyarrow-testing: - changed-files: - - any-glob-to-any-file: - - "arrow-pyarrow-testing/**/*" + - any-glob-to-any-file: + - "arrow-pyarrow-testing/**/*" arrow-row: - changed-files: - - any-glob-to-any-file: - - "arrow-row/**/*" + - any-glob-to-any-file: + - "arrow-row/**/*" arrow-schema: - changed-files: - - any-glob-to-any-file: - - "arrow-schema/**/*" + - any-glob-to-any-file: + - "arrow-schema/**/*" arrow-select: - changed-files: - - any-glob-to-any-file: - - "arrow-select/**/*" + - any-glob-to-any-file: + - "arrow-select/**/*" arrow-string: - changed-files: - - any-glob-to-any-file: - - "arrow-string/**/*" + - any-glob-to-any-file: + - "arrow-string/**/*" parquet-derive-test: - changed-files: - - any-glob-to-any-file: - - "parquet_derive_test/**/*" + - any-glob-to-any-file: + - "parquet_derive_test/**/*" parquet-geospatial: - changed-files: - - any-glob-to-any-file: - - "parquet-geospatial/**/*" + - any-glob-to-any-file: + - "parquet-geospatial/**/*" From 3ead6958504e77d65bae4ac4a351cef1afdc75db Mon Sep 17 00:00:00 2001 From: rich-T-kid Date: Wed, 29 Jul 2026 09:45:30 -0400 Subject: [PATCH 3/5] fix formatting for entire file --- .github/workflows/dev_pr/labeler.yml | 48 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 84389e0e4a4e..1aa8610298c8 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -45,19 +45,19 @@ arrow-avro: arrow-flight: - changed-files: - any-glob-to-any-file: - - "arrow-flight/**/*" + - "arrow-flight/**/*" parquet: - changed-files: - any-glob-to-any-file: - - "parquet/**/*" + - "parquet/**/*" parquet-variant: - changed-files: - any-glob-to-any-file: - - "parquet-variant/**/*" - - "parquet-variant-compute/**/*" - - "parquet-variant-json/**/*" + - "parquet-variant/**/*" + - "parquet-variant-compute/**/*" + - "parquet-variant-json/**/*" parquet-derive: - changed-files: @@ -66,87 +66,87 @@ parquet-derive: arrow-arith: - changed-files: - any-glob-to-any-file: - - "arrow-arith/**/*" + - "arrow-arith/**/*" arrow-array: - changed-files: - any-glob-to-any-file: - - "arrow-array/**/*" + - "arrow-array/**/*" arrow-buffer: - changed-files: - any-glob-to-any-file: - - "arrow-buffer/**/*" + - "arrow-buffer/**/*" arrow-cast: - changed-files: - any-glob-to-any-file: - - "arrow-cast/**/*" + - "arrow-cast/**/*" arrow-csv: - changed-files: - any-glob-to-any-file: - - "arrow-csv/**/*" + - "arrow-csv/**/*" arrow-data: - changed-files: - any-glob-to-any-file: - - "arrow-data/**/*" + - "arrow-data/**/*" arrow-integration-test: - changed-files: - any-glob-to-any-file: - - "arrow-integration-test/**/*" + - "arrow-integration-test/**/*" arrow-integration-testing: - changed-files: - any-glob-to-any-file: - - "arrow-integration-testing/**/*" + - "arrow-integration-testing/**/*" arrow-ipc: - changed-files: - any-glob-to-any-file: - - "arrow-ipc/**/*" + - "arrow-ipc/**/*" arrow-json: - changed-files: - any-glob-to-any-file: - - "arrow-json/**/*" + - "arrow-json/**/*" arrow-ord: - changed-files: - any-glob-to-any-file: - - "arrow-ord/**/*" + - "arrow-ord/**/*" arrow-pyarrow: - changed-files: - any-glob-to-any-file: - - "arrow-pyarrow/**/*" + - "arrow-pyarrow/**/*" arrow-pyarrow-integration-testing: - changed-files: - any-glob-to-any-file: - - "arrow-pyarrow-integration-testing/**/*" + - "arrow-pyarrow-integration-testing/**/*" arrow-pyarrow-testing: - changed-files: - any-glob-to-any-file: - - "arrow-pyarrow-testing/**/*" + - "arrow-pyarrow-testing/**/*" arrow-row: - changed-files: - any-glob-to-any-file: - - "arrow-row/**/*" + - "arrow-row/**/*" arrow-schema: - changed-files: - any-glob-to-any-file: - - "arrow-schema/**/*" + - "arrow-schema/**/*" arrow-select: - changed-files: - any-glob-to-any-file: - - "arrow-select/**/*" + - "arrow-select/**/*" arrow-string: - changed-files: @@ -156,9 +156,9 @@ arrow-string: parquet-derive-test: - changed-files: - any-glob-to-any-file: - - "parquet_derive_test/**/*" + - "parquet_derive_test/**/*" parquet-geospatial: - changed-files: - any-glob-to-any-file: - - "parquet-geospatial/**/*" + - "parquet-geospatial/**/*" From 0cd10ea8986260510930c0ffb152d27b0c0e3189 Mon Sep 17 00:00:00 2001 From: rich-T-kid Date: Thu, 30 Jul 2026 11:02:43 -0400 Subject: [PATCH 4/5] reduce noise --- .github/workflows/dev_pr/labeler.yml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 1aa8610298c8..3521eb60b273 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -61,7 +61,10 @@ parquet-variant: parquet-derive: - changed-files: - - any-glob-to-any-file: ["parquet_derive/**/*"] + - any-glob-to-any-file: + - "parquet_derive/**/*" + - "parquet_derive_test/**/*" + arrow-arith: - changed-files: @@ -97,12 +100,8 @@ arrow-integration-test: - changed-files: - any-glob-to-any-file: - "arrow-integration-test/**/*" - -arrow-integration-testing: - - changed-files: - - any-glob-to-any-file: - "arrow-integration-testing/**/*" - + arrow-ipc: - changed-files: - any-glob-to-any-file: @@ -122,16 +121,8 @@ arrow-pyarrow: - changed-files: - any-glob-to-any-file: - "arrow-pyarrow/**/*" - -arrow-pyarrow-integration-testing: - - changed-files: - - any-glob-to-any-file: - - "arrow-pyarrow-integration-testing/**/*" - -arrow-pyarrow-testing: - - changed-files: - - any-glob-to-any-file: - "arrow-pyarrow-testing/**/*" + - "arrow-pyarrow-integration-testing/**/*" arrow-row: - changed-files: @@ -153,11 +144,6 @@ arrow-string: - any-glob-to-any-file: - "arrow-string/**/*" -parquet-derive-test: - - changed-files: - - any-glob-to-any-file: - - "parquet_derive_test/**/*" - parquet-geospatial: - changed-files: - any-glob-to-any-file: From b8e5cde012a71a397283af2089fd8a1e3e9c018a Mon Sep 17 00:00:00 2001 From: rich-T-kid Date: Thu, 30 Jul 2026 11:05:02 -0400 Subject: [PATCH 5/5] re-order --- .github/workflows/dev_pr/labeler.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 3521eb60b273..d66c29a185e2 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -65,6 +65,10 @@ parquet-derive: - "parquet_derive/**/*" - "parquet_derive_test/**/*" +parquet-geospatial: + - changed-files: + - any-glob-to-any-file: + - "parquet-geospatial/**/*" arrow-arith: - changed-files: @@ -101,7 +105,7 @@ arrow-integration-test: - any-glob-to-any-file: - "arrow-integration-test/**/*" - "arrow-integration-testing/**/*" - + arrow-ipc: - changed-files: - any-glob-to-any-file: @@ -143,8 +147,3 @@ arrow-string: - changed-files: - any-glob-to-any-file: - "arrow-string/**/*" - -parquet-geospatial: - - changed-files: - - any-glob-to-any-file: - - "parquet-geospatial/**/*"