Re: Apache Drill 1.10.0 - Issue with combination of Like operator & newline (\n) character in data

2019-07-17 Thread Shankar Mane
Jira has been created @ https://issues.apache.org/jira/browse/DRILL-7328 On Wed, Jul 17, 2019 at 6:55 PM Arina Yelchiyeva wrote: > Well, looks like a bug, you can fill in Drill Jira (please include > reproduce steps). > > Contributions are always welcome! > > Kind regards, > Arina > > > On Jul 1

Re: Apache Drill 1.10.0 - Issue with combination of Like operator & newline (\n) character in data

2019-07-17 Thread Arina Yelchiyeva
Well, looks like a bug, you can fill in Drill Jira (please include reproduce steps). Contributions are always welcome! Kind regards, Arina > On Jul 17, 2019, at 4:13 PM, Shankar Mane wrote: > > Hi, just tested on *Drill 1.16.0 (docker) *: > > *--1) **result = success* > apache drill> select

Re: Apache Drill 1.10.0 - Issue with combination of Like operator & newline (\n) character in data

2019-07-17 Thread Shankar Mane
Hi, just tested on *Drill 1.16.0 (docker) *: *--1) **result = success* apache drill> select * from hive.default.withdraw; +---+ | id | +---+ | withdraw cash | +---+ 1 row selected (0.189 seconds) *--2) **result = success* apache drill> select * fro

Re: Apache Drill 1.10.0 - Issue with combination of Like operator & newline (\n) character in data

2019-07-17 Thread Arina Yelchiyeva
Hi Shankar, To verify behavior on the latest Drill version, you can download Drill from here https://drill.apache.org/download/ . Kind regards, Arina > On Jul 17, 2019, at 2:29 PM, Shankar Mane wrote: > > Hi All, > > I am facing some issues while using Lik

Apache Drill 1.10.0 - Issue with combination of Like operator & newline (\n) character in data

2019-07-17 Thread Shankar Mane
Hi All, I am facing some issues while using Like operator & newline (\n) character. Below is the in details description : *-- Hive Queries * create table default.withdraw( id string ) stor