Closed AkshayGogeri closed 3 years ago
This PR enables exporting uint64 data as uint64 instead as float64 preventing unexpected precision loss.
User can make use of this functionality with newly introduced enable-uint flag is set to true in input config file provided via --config cli option.
enable-uint
true
--config
Note: By default uint64 exporting is disabled
This PR enables exporting uint64 data as uint64 instead as float64 preventing unexpected precision loss.
User can make use of this functionality with newly introduced
enable-uint
flag is set totrue
in input config file provided via--config
cli option.Note: By default uint64 exporting is disabled