Closed waldoj closed 9 years ago
The total_shares_ field in2_corporate` can have a value that exceeds the range of int:
total_shares_ field in
MapperParsingException[failed to parse [total_shares]]; nested: JsonParseException[Numeric value (13250000000) out of range of int
I suspect that we just need to move the mapping from int to long.
int
long
The
total_shares_ field in
2_corporate` can have a value that exceeds the range of int:I suspect that we just need to move the mapping from
int
tolong
.