Re: [PR] Fixed bigint display problem in doris playground [doris]

2025-03-13 Thread via GitHub
Thearas commented on PR #49053: URL: https://github.com/apache/doris/pull/49053#issuecomment-2722544425 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] Fixed bigint display problem in doris playground [doris]

2025-03-13 Thread via GitHub
IsmailTosunTnyl opened a new pull request, #49053: URL: https://github.com/apache/doris/pull/49053 ### What problem does this PR solve? Issue Number: close #20468 Problem Summary: - The last digits of BIGINT values were being rounded on the playground. ###