-
Notifications
You must be signed in to change notification settings - Fork 365
Pull requests: apache/datafusion-comet
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: correctly rounded decimal to double/float cast matching BigDecimal.doubleValue/floatValue
#5684
opened Sep 4, 2026 by
peterxcli
Member
Loading…
fix: match Spark's ANSI bound check for float/double to integral casts
#5683
opened Sep 4, 2026 by
peterxcli
Member
Loading…
fix: align string to timestamp parsing with Spark's segment rules
#5682
opened Sep 4, 2026 by
peterxcli
Member
Loading…
fix: apply Spark's Parquet conversion rules to nested struct/list/map fields
#5681
opened Sep 4, 2026 by
peterxcli
Member
Loading…
fix: return NULL from rpad/lpad when the length column is NULL instead of panicking
#5680
opened Sep 4, 2026 by
peterxcli
Member
Loading…
fix: fall back for concat_ws with array arguments instead of failing natively
#5679
opened Sep 4, 2026 by
peterxcli
Member
Loading…
chore(deps): bump the codeql-actions group with 2 updates
dependencies
Pull requests that update a dependency file
#5669
opened Sep 4, 2026 by
dependabot
Bot
Loading…
fix: recover native Celeborn shuffle from oversized rows
#5668
opened Sep 4, 2026 by
pingzh
Contributor
Loading…
fix: Delete completed tasks' data files when an Iceberg write job fails
#5663
opened Sep 3, 2026 by
andygrove
Member
Loading…
fix: match Spark's duplicate field and field id semantics in parquet field lookup
#5654
opened Sep 3, 2026 by
dwsmith1983
Contributor
Loading…
fix: Delete data files left by a failed native Iceberg write task
#5652
opened Sep 2, 2026 by
andygrove
Member
Loading…
feat: carry VariantType identity through schema serialization
#5631
opened Sep 2, 2026 by
peterxcli
Member
Loading…
feat: route
abs on interval types through the codegen dispatcher
#5622
opened Sep 1, 2026 by
kazantsev-maksim
Contributor
Loading…
perf: cache parsed plan data across a stage tasks
#5615
opened Sep 1, 2026 by
dwsmith1983
Contributor
Loading…
feat: add native spark_sequence kernel for integral element types
#5614
opened Sep 1, 2026 by
0lai0
Contributor
Loading…
perf: stop holding the fair pool lock across blocking memory calls
#5613
opened Sep 1, 2026 by
dwsmith1983
Contributor
Loading…
perf: compile user regex patterns once per planned expression
#5612
opened Sep 1, 2026 by
dwsmith1983
Contributor
Loading…
test: add helpers to assert whether an expression ran natively or via codegen dispatch
#5610
opened Sep 1, 2026 by
andygrove
Member
Loading…
fix: route length/bit_length/octet_length binary input through codegen dispatcher
#5607
opened Sep 1, 2026 by
adibmbrk
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.