Skip to content

Conversation

@b41sh
Copy link
Member

@b41sh b41sh commented Jan 9, 2026

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

  • fix parse float number error
  • use zmij convert float number to string for better performance

fixes: #19222

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@github-actions github-actions bot added the pr-bugfix this PR patches a bug in codebase label Jan 9, 2026
@b41sh b41sh marked this pull request as ready for review January 9, 2026 05:21
@b41sh b41sh requested review from sundy-li and youngsofun January 9, 2026 05:21
@bohutang bohutang merged commit 69d3162 into databendlabs:main Jan 9, 2026
166 of 170 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix this PR patches a bug in codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: parse float number return error

3 participants