Right now int64 types processed as strings by protobuf for "javascript precision compatibility", which would render them null when converted into spark. Didn't previously catch this because int64 types weren't present in fixtures. This change properly converts int64, uint64 to LongType.
Right now int64 types processed as strings by protobuf for "javascript precision compatibility", which would render them null when converted into spark. Didn't previously catch this because int64 types weren't present in fixtures. This change properly converts int64, uint64 to LongType.