Skip to content

Commit 5080b0d

Browse files
authored
docs: broaden area:writer and area:scan label descriptions (#3843)
1 parent 75a833d commit 5080b0d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/source/contributor-guide/bug_triage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ A bug should be escalated to a higher priority if:
6363
Area labels indicate which subsystem is affected. A bug may have multiple area labels. These
6464
help contributors find bugs in their area of expertise.
6565

66-
| Label | Description |
67-
| ------------------ | -------------------------------------- |
68-
| `area:writer` | Native Parquet writer |
69-
| `area:shuffle` | Shuffle (JVM and native) |
70-
| `area:aggregation` | Hash aggregates, aggregate expressions |
71-
| `area:scan` | Parquet scan / data reading |
72-
| `area:expressions` | Expression evaluation |
73-
| `area:ffi` | Arrow FFI / JNI boundary |
74-
| `area:ci` | CI/CD, GitHub Actions, build tooling |
66+
| Label | Description |
67+
| ------------------ | ----------------------------------------- |
68+
| `area:writer` | Native writer (Parquet and other formats) |
69+
| `area:shuffle` | Shuffle (JVM and native) |
70+
| `area:aggregation` | Hash aggregates, aggregate expressions |
71+
| `area:scan` | Data source scan (Parquet, CSV, Iceberg) |
72+
| `area:expressions` | Expression evaluation |
73+
| `area:ffi` | Arrow FFI / JNI boundary |
74+
| `area:ci` | CI/CD, GitHub Actions, build tooling |
7575

7676
The following pre-existing labels also serve as area indicators: `native_datafusion`,
7777
`native_iceberg_compat`, `spark 4`, `spark sql tests`.

0 commit comments

Comments
 (0)