-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stats):
int
was not capturing all integer options, add int32
…
…or `int64` when switching on csv entry reader value types, `int` wasn't capturing all the values that were of some integer type. This was causing any integers in csvs to come back as null. This fix also checks for `int32` and `int64` in `newAccumulator()` and `numericAcc.Write()` Also adds tests for csv. Added a test for csv with a full json schema, since it looks like our csv readers don't recognize "null", "NULL", or empty as null in csv.
- Loading branch information
Showing
2 changed files
with
82 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters