You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tests for schema inference of leading zeros and decimals
Renamed and updated the test for leading zeros to clarify that such values are parsed as integers, not strings, and added assertions for inferred types. Introduced a new test to verify that decimal values without an integer part are correctly inferred as decimals and that their scale is accurately determined.
0 commit comments