Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix float display #134

Merged
merged 2 commits into from
Sep 30, 2021
Merged

fix float display #134

merged 2 commits into from
Sep 30, 2021

Conversation

czpmango
Copy link
Contributor

Fixes vesoft-inc/nebula#2698

(czp@nebula) [(none)]> return 12345678901234.23
+-----------------------+
| 12345678901234.23     |
+-----------------------+
| 1.234567890123423e+13 |
+-----------------------+

(czp@nebula) [(none)]> return 1234567890123456789012.23
+------------------------+
| 1.2345678901234568E21  |
+------------------------+
| 1.2345678901234568e+21 |
+------------------------+

@czpmango czpmango requested review from Aiee, a team and jievince September 16, 2021 06:53
@Aiee Aiee merged commit 1fc7130 into vesoft-inc:master Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[openCypher tck case] float displays inconsistently
2 participants