Skip to content

Fix load orc decimal value wrong - #4097

Merged
morningman merged 1 commit into
apache:masterfrom
HangyuanLiu:orc-decimal
Jul 16, 2020
Merged

Fix load orc decimal value wrong#4097
morningman merged 1 commit into
apache:masterfrom
HangyuanLiu:orc-decimal

Conversation

@HangyuanLiu

@HangyuanLiuHangyuanLiu commented Jul 14, 2020

Copy link
Copy Markdown
Contributor

FIX: #4096

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morningmanmorningman self-assigned this Jul 15, 2020
@morningmanmorningman added area/load Issues or PRs related to all kinds of load kind/fix Categorizes issue or PR as related to a bug. approved Indicates a PR has been approved by one committer. labels Jul 15, 2020
@morningman
morningman merged commit 3a4a38c into apache:masterJul 16, 2020
morningman pushed a commit to morningman/doris that referenced this pull request Jul 16, 2020
Result may error when ORC load negative decimal value
When load negative decimal which has pre zero , the result is wrong.
eg -0.0014, the orc result is -14(precision ... 0)
Hastyshell pushed a commit to Hastyshell/doris that referenced this pull request Jul 21, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.area/loadIssues or PRs related to all kinds of loadkind/fixCategorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Result may error when ORC load negative decimal value

2 participants

@HangyuanLiu@morningman