Skip to content

Comments

Fix incorrect min and max stats when writing NULL in Delta Lake#13404

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/delta-stats-null
Jul 29, 2022
Merged

Fix incorrect min and max stats when writing NULL in Delta Lake#13404
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/delta-stats-null

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented Jul 29, 2022

Description

Fix incorrect min and max stats when writing NULL in Delta Lake
Fixes #13389

Documentation

(x) No documentation is needed.

Release notes

( ) No release notes entries required.
(x) Release notes entries required with the following suggested text:

# Delta Lake
* Fix storing incorrect min and max stats when writing `NULL`. ({issue}`13389`)

@ebyhr ebyhr force-pushed the ebi/delta-stats-null branch from 2c9415a to 8521207 Compare July 29, 2022 05:35
@ebyhr ebyhr force-pushed the ebi/delta-stats-null branch from 8521207 to 9cfc973 Compare July 29, 2022 09:33
@ebyhr ebyhr merged commit 911c055 into trinodb:master Jul 29, 2022
@ebyhr ebyhr deleted the ebi/delta-stats-null branch July 29, 2022 11:20
@github-actions github-actions bot added this to the 392 milestone Jul 29, 2022
@ebyhr ebyhr mentioned this pull request Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Delta Lake connector writes incorrect column stats when the column contains null

3 participants