You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels have already been applied and requires-triage removed from each issue listed under "Triaged". A reviewer should spot-check the calls and close this issue when satisfied. To correct a label, edit the affected issue directly.
Triaged
priority:critical
[Bug] make_timestamp does not throw under spark.sql.ansi.enabled=true (#4679)
Area labels: area:expressions
Rationale: under ANSI mode Spark throws on out-of-range arguments while Comet silently returns NULL, ignoring spark.sql.ansi.enabled; the guide classifies config-ignoring silent divergences as critical (decision-tree step 1).
priority:medium
[Proposal] Scan I/O acceleration: node-local fragment cache, asynchronous prefetch, and cache-affinity scheduling (#4695)
Area labels: area:scan
Rationale: net-new performance feature with a workaround today (re-fetch on every scan); missing-capability gap per decision-tree step 3.
pref: Use builtin compression for arrow ipc writer (#4655)
Area labels: area:shuffle
Rationale: shuffle write-path performance improvement; current per-batch ZSTD framing works, so it is an optimization with a workaround.
Add CONTRIBUTING.md with link to the contributor guide (#4694)
Area labels: none
Rationale: documentation/tooling task with no runtime impact (decision-tree step 4).
Move static support decisions from serde convert into getSupportLevel (#4673)
Area labels: area:expressions
Rationale: behavior-preserving internal refactor of the serde framework; no user-facing effect (decision-tree step 4).
Discussion: remove incompatible native implementations that have a codegen dispatch fallback? (#4654)
Area labels: area:expressions
Rationale: design discussion, no functional bug or regression; lowest bucket per decision-tree step 4.
Discussion: Should Comet add geospatial (ST_*) function support? (#4455)
Area labels: none
Rationale: scope/design discussion, no functional bug; lowest bucket per decision-tree step 4.
Escalations to consider
Gate non-default StringTypeWithCollation inputs on Spark 4.0 datetime expressions (#4646)
Today these datetime expressions run natively for non-default collations where results "may diverge" from Spark, which matches the guide's decision-tree step 1 ("Can this bug cause silent wrong results?") and could justify priority:critical. Left at priority:medium because the reporter and date/time expression audit follow-ups (from #4448) #4502 tracked it as medium and the divergence only occurs with non-default collations on Spark 4.0; flagging for reviewer judgment.
Triage pass over the open
requires-triagequeue, per the project Bug Triage Guide.priority:critical1,priority:medium7,priority:low4Labels have already been applied and
requires-triageremoved from each issue listed under "Triaged". A reviewer should spot-check the calls and close this issue when satisfied. To correct a label, edit the affected issue directly.Triaged
priority:critical
area:expressionsspark.sql.ansi.enabled; the guide classifies config-ignoring silent divergences as critical (decision-tree step 1).priority:medium
area:scanarea:shufflearea:scanarea:shufflearea:expressionsarea:expressionsarea:expressionspriority:low
CONTRIBUTING.mdwith link to the contributor guide (#4694)area:expressionsarea:expressionsEscalations to consider
priority:critical. Left atpriority:mediumbecause the reporter and date/time expression audit follow-ups (from #4448) #4502 tracked it as medium and the divergence only occurs with non-default collations on Spark 4.0; flagging for reviewer judgment.Skipped - needs more info
requires-triagein place for the reviewer to close.requires-triagein place for the reviewer to close.requires-triagein place for the reviewer to close.Notes
spark 4as a pre-existing area indicator, but nospark 4label currently exists in the repo (onlyspark sql testsdoes). Gate non-default StringTypeWithCollation inputs on Spark 4.0 datetime expressions #4646 is Spark-4.0-specific and would otherwise have received it; left off and noted here rather than creating a new label.