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
Comet produces bloated results in comparison with Spark (#4723)
Area labels: area:scan, area:aggregation
Rationale: priority:critical was preserved as set by the reporter; SUM aggregation over native Iceberg scans silently returns wrong (inflated) values and the user can compare per-row Spark vs Comet output, matching the guide's decision-tree step 1 (silent wrong results).
Rationale: silent wrong result vs Spark for the native percentile / median / percentile_cont path (bounded by (upper - lower) * 1e-6, no fallback or warning); decision-tree step 1.
priority:medium
Comet Native scan in Azure fails with workload identity (ignores ABFS configs and env vars) (#4747)
Area labels: area:scan
Rationale: native scan drops fs.azure.* configs and AZURE_* env vars so abfss reads fail with HTTP 400 from IMDS; the user can work around it by disabling Comet's native scan, so this is a functional gap with a workaround (decision-tree step 3).
[Bug] AVG(decimal) over a window always falls back to Spark on Spark 4.x (AvgDecimal window branch is dead) (#4731)
Area labels: area:expressions
Rationale: results stay correct via Spark fallback; the reporter notes this is a coverage gap, not a correctness divergence, so priority:medium per decision-tree step 3.
bug: shutdown jni_api::TOKIO_RUNTIME on exit (#4725)
Area labels: area:ffi
Rationale: occasional JVM hang at shutdown because tokio runtime workers attached to the JVM remain as non-daemon threads; affects benchmark/test exit, not query results, with a kill-the-JVM workaround — functional bug with workaround per decision-tree step 3.
Support fully-native multi-stage (distinct-combined) collect_list / collect_set (#4724)
Area labels: area:expressions, area:aggregation
Rationale: multi-stage collect_list/collect_set with a PartialMerge would crash natively (Cast error: Cannot cast LIST to non-list data type Binary), but PR feat: native collect_list / array_agg aggregate #4720 already added fallback guards that route this shape through Spark — so today this is a feature gap with a working fallback, matching decision-tree step 3.
Rationale: enhancement to abstract scan APIs so additional table providers (Delta, etc.) can be supported; missing-feature gap with the existing per-provider integration as a workaround.
Triage pass over the open
requires-triagequeue, per the project Bug Triage Guide.priority:critical2,priority:medium5Labels 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:scan,area:aggregationpriority:criticalwas preserved as set by the reporter;SUMaggregation over native Iceberg scans silently returns wrong (inflated) values and the user can compare per-row Spark vs Comet output, matching the guide's decision-tree step 1 (silent wrong results).area:expressions,area:aggregationpercentile/median/percentile_contpath (bounded by(upper - lower) * 1e-6, no fallback or warning); decision-tree step 1.priority:medium
area:scanfs.azure.*configs andAZURE_*env vars so abfss reads fail with HTTP 400 from IMDS; the user can work around it by disabling Comet's native scan, so this is a functional gap with a workaround (decision-tree step 3).area:expressionspriority:mediumper decision-tree step 3.jni_api::TOKIO_RUNTIMEon exit (#4725)area:ffiarea:expressions,area:aggregationcollect_list/collect_setwith aPartialMergewould crash natively (Cast error: Cannot cast LIST to non-list data type Binary), but PR feat: native collect_list / array_agg aggregate #4720 already added fallback guards that route this shape through Spark — so today this is a feature gap with a working fallback, matching decision-tree step 3.area:scanoffset overflowComet aggregation task crashes withoffset overflow#4718Skipped — needs more info
requires-triage); meta, awaiting human review and closure, not a bug.requires-triage); meta, awaiting human review and closure, not a bug.requires-triage); meta, awaiting human review and closure, not a bug.requires-triage); meta, awaiting human review and closure, not a bug.