Subash created HIVE-16766: ----------------------------- Summary: Hive query with space as filter does not give proper result Key: HIVE-16766 URL: https://issues.apache.org/jira/browse/HIVE-16766 Project: Hive Issue Type: Bug Reporter: Subash Priority: Critical
Hi Team, I have used the query as below format and it does not give proper results. Since there is a split by \s+ in ExecuteStatementOperation class in line 48, I feel something goes wrong there. Could help me with this, if i am wrong ? I am using Hive JDBC version 1.1.0 The sample query is as follows, select count(1) as cnt from table where col1=" " and col2="D"; -- This message was sent by Atlassian JIRA (v6.3.15#6346)