You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Archana H (JIRA)" <ji...@apache.org> on 2016/09/01 13:45:20 UTC

[jira] [Created] (LENS-1305) Literals with double spaces are getting trimmed when queried from CLI

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)