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
Open
Conversation
fd64f49 to
447141c
Compare
447141c to
692344b
Compare
6c7a258 to
59c5ad6
Compare
4af92ea to
5868445
Compare
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>
5868445 to
fc83e41
Compare
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>
fc83e41 to
7728c20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the datafusion group with 1 update in the / directory: datafusion.
Updates
datafusionfrom 50.3.0 to 51.0.0Commits
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,nvlandnvl2simplification (#18...ff96b3b[branch-51] Update version to 51.0.0, add Changelog (#18551)c826009Refactorlog()signature to use coercion API + fixes (#18519)2233796minor: Remove inconsistent comment (#18539)fe24690Add comments to Cargo.toml about workspace overrides (#18526)