Hi Team I have a column with INT in offline table , I am loading from s3 csv, value for that is '1' in csv but its loaded as '-2147483648' in table
what could be the reason?
x
Xiang Fu
02/11/2021, 10:47 AM
i think this typically means the csv parser error, can you check if your column name matches the pinot column? also the cases