Re: Drill error

2018-06-27 Thread Nitin Pawar
Hi Khurram, This is a parquet table. all the columns in the table are string columns (even date column is stored as string) I am currently using drill 1.13.0. Same query used to work fine on drill 1.8.0 Thanks, Nitin On Thu, Jun 28, 2018 at 12:17 AM, Khurram Faraaz wrote: > Hi Nitin, > > Can

Re: Drill error

2018-06-27 Thread Khurram Faraaz
Hi Nitin, Can you please share the description of the table (i.e. column types) ? Is this a parquet table or JSON ? Also please share the version of Drill and the drillbit.log Thanks, Khurram On Wed, Jun 27, 2018 at 9:45 AM, Nitin Pawar wrote: > here are the details > > query: > > select

Re: Drill error

2018-06-27 Thread Nitin Pawar
here are the details query: select Account Account,Name Name,CONCAT(DateString , string2) Merged_String from dfs.tmp.`/nitin/` t1 There is no custom UDF in this query; On Wed, Jun 27, 2018 at 2:22 PM, Nitin Pawar wrote: > Hi Vitalii, > > Thanks for the description. > I will try to get the

Re: Drill error

2018-06-27 Thread Nitin Pawar
Hi Vitalii, Thanks for the description. I will try to get the log for this but as this is happening in production and drill log gets overwritten in our case very fast. Also I will get the query for the same while getting the log I will get the details and update the thread Thanks, Nitin On