doris icon indicating copy to clipboard operation
doris copied to clipboard

[Bug](decimalv2) decimal value is filtered by mistake

Open Gabriel39 opened this issue 2 years ago • 4 comments

Proposed changes

Reason: column_name[k5], decimal value is not valid for definition, value=123.123, precision=9, scale=3, min=-999999.999, max=-999999.999; . src line [];

#17273

Problem summary

Describe your changes.

Checklist(Required)

  • [ ] Does it affect the original behavior
  • [ ] Has unit tests been added
  • [ ] Has document been added or modified
  • [ ] Does it need to update dependencies
  • [ ] Is this PR support rollback (If NO, please explain WHY)

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

Gabriel39 avatar Mar 02 '23 10:03 Gabriel39

PR approved by at least one committer and no changes requested.

github-actions[bot] avatar Mar 02 '23 10:03 github-actions[bot]

PR approved by anyone and no changes requested.

github-actions[bot] avatar Mar 02 '23 10:03 github-actions[bot]

clang-tidy review says "All clean, LGTM! :+1:"

github-actions[bot] avatar Mar 02 '23 10:03 github-actions[bot]

run buildall

BiteTheDDDDt avatar Mar 02 '23 12:03 BiteTheDDDDt

TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.63 seconds stream load tsv: 469 seconds loaded 74807831229 Bytes, about 152 MB/s stream load json: 41 seconds loaded 2358488459 Bytes, about 54 MB/s stream load orc: 68 seconds loaded 1101869774 Bytes, about 15 MB/s stream load parquet: 28 seconds loaded 861443392 Bytes, about 29 MB/s https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/tmp/20230303004022_clickbench_pr_107605.html

hello-stephen avatar Mar 03 '23 00:03 hello-stephen