When I query > select * from table_name;
it works fine and displays the columns values but when use cast on columns > select CAST(`Last_Name` AS VARCHAR(200)) AS `Last_Name` from table_name; The column values are null Appreciate the help ! Thanks, Divya On 28 September 2017 at 21:56, Kunal Khatua <[email protected]> wrote: > This appears to be the brief client side error. > > What does the Drillbit 's log show in the stacktrace? > ________________________________ > From: Divya Gehlot <[email protected]> > Sent: Thursday, September 28, 2017 12:43:38 AM > To: [email protected] > Subject: need help to decrypt error code > > Hi, > > I have 18 MB csv file and when I try to CTAS as parquet table it throws > below error > > SYSTEM ERROR: IllegalArgumentException: length: -44154 (expected: >= 0) > > Appreciate the help ! > > Thanks, > Divya >
