@@ -63,15 +63,15 @@ A bug should be escalated to a higher priority if:
6363Area labels indicate which subsystem is affected. A bug may have multiple area labels. These
6464help 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
7676The following pre-existing labels also serve as area indicators: ` native_datafusion ` ,
7777` native_iceberg_compat ` , ` spark 4 ` , ` spark sql tests ` .
0 commit comments