Skip to content

build(deps): bump datafusion from 50.3.0 to 51.0.0 in the datafusion group across 1 directory#8

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/datafusion-d7d008d8b9
Open

build(deps): bump datafusion from 50.3.0 to 51.0.0 in the datafusion group across 1 directory#8
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/datafusion-d7d008d8b9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Bumps the datafusion group with 1 update in the / directory: datafusion.

Updates datafusion from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch 3 times, most recently from fd64f49 to 447141c Compare February 17, 2026 09:43
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch from 447141c to 692344b Compare February 17, 2026 15:13
@claude claude Bot mentioned this pull request Feb 17, 2026
7 tasks
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch 2 times, most recently from 6c7a258 to 59c5ad6 Compare February 19, 2026 13:48
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch 2 times, most recently from 4af92ea to 5868445 Compare March 16, 2026 22:16
mwiewior added a commit that referenced this pull request Mar 27, 2026
Fix #3: list_avg handles Int32 natively (sum as i64), avoids full
  f64 cast of flat value arrays for GQ/DP averaging.

Fix #4: skip arrow::compute::filter (8 calls) when all variants
  pass site filtering — use original columns directly.

Fix #5: writer buffers entire variant line into Vec<u8> before a
  single write_all call. Eliminates ~10 tiny write syscalls per
  sample (6M → 300 writes/batch for 2000 samples). Uses itoa for
  zero-alloc integer formatting.

Fix #6: pre-computed lookup table for 10^(-PL/10) replaces 3×
  powf() per sample in dosage computation (~60ns → ~3ns each).

Fix #8: FlatNumeric enum keeps GQ/DP as native Int32, compares
  with f64 thresholds directly — no cast to Float64 then back.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot changed the title Bump datafusion from 50.3.0 to 51.0.0 in the datafusion group build(deps): bump datafusion from 50.3.0 to 51.0.0 in the datafusion group across 1 directory Apr 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch from 5868445 to fc83e41 Compare April 2, 2026 00:58
Bumps the datafusion group with 1 update in the / directory: [datafusion](https://github.com/apache/datafusion).


Updates `datafusion` from 50.3.0 to 51.0.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@50.3.0...51.0.0)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-d7d008d8b9 branch from fc83e41 to 7728c20 Compare May 1, 2026 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants