Parquet record api: display for float/double 0.0 shows 0E0 #5045
Labels
bug
development-process
Related to development process of arrow-rs
parquet
Changes to the parquet crate
Describe the bug
Floats and doubles that are zero (or negative zero) are displayed in format
0E0
forField
from record apiTo Reproduce
In unit test:
arrow-rs/parquet/src/record/api.rs
Lines 1148 to 1158 in 91acfb0
Modify to add new case:
Running test will fail:
Expected behavior
Test case succeeds
Additional context
The text was updated successfully, but these errors were encountered: