Archana H created LENS-1305:
-------------------------------
Summary: Literals with double spaces are getting trimmed when
queried from CLI
Key: LENS-1305
URL: https://issues.apache.org/jira/browse/LENS-1305
Project: Apache Lens
Issue Type: Bug
Reporter: Archana H
User Query : cube select id,name from sample_db_dim where name != 'fir st'
Final rewritten query for driver: jdbc/jdbc1 is:
SELECT (sample_db_dim.id), (sample_db_dim.name) FROM exp_yoda.mydb_dim_table3
sample_db_dim WHERE ((((sample_db_dim.name) != 'fir st')))
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)