Re: Big varchar are ok when extractHeader=false but not when extractHeader=true

2019-01-30 Thread benj.dev
Hi, thanks for your interest, It's work in this case because you test on a csv (without header). Try to rename your csv in csvh or change the storage of csv with "extractHeader": true (like in example) or simply use the TABLE syntax like : - for header : TABLE(tmp.`thetable`(type => 'text',

Re: Big varchar are ok when extractHeader=false but not when extractHeader=true

2019-01-23 Thread Boaz Ben-Zvi
 Hi Benj,    Testing with the latest code, this error does not show: 0: jdbc:drill:zk=local> select columns[0], columns[1] from dfs.`/data/bar.csv`; +--+-+      | EXPR$0  

Re: Big varchar are ok when extractHeader=false but not when extractHeader=true

2019-01-23 Thread Boaz Ben-Zvi
 Hi Benj,    Testing with the latest code, this error does not show: 0: jdbc:drill:zk=local> select columns[0], columns[1] from dfs.`/data/bar.csv`; +--+-+      | EXPR$0