Skip to content

[Improvement](statistics)Show column stats even when error occurred (#23703) - #23985

Merged
xiaokang merged 1 commit into
apache:branch-2.0from
Jibing-Li:23703
Sep 6, 2023
Merged

[Improvement](statistics)Show column stats even when error occurred (#23703)#23985
xiaokang merged 1 commit into
apache:branch-2.0from
Jibing-Li:23703

Conversation

@Jibing-Li

Copy link
Copy Markdown
Contributor

Before, show column stats will ignore column with error. In this pr, when min or max value failed to deserialize, show column stats will use N/A as value of min or max, and still show the rest stats. (count, null_count, ndv and so on).

cherry-pick pr #23703

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

…pache#23703)
Before, show column stats will ignore column with error.
In this pr, when min or max value failed to deserialize, show column stats will use N/A as value of min or max, and still show the rest stats. (count, null_count, ndv and so on).
@Jibing-Li
Jibing-Li marked this pull request as ready for review September 6, 2023 10:06
@xiaokang
xiaokang merged commit 7f3a1e8 into apache:branch-2.0Sep 6, 2023
@Jibing-Li
Jibing-Li deleted the 23703 branch September 8, 2023 02:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Jibing-Li@xiaokang