Raghavendra Singh created LENS-125:
--------------------------------------
Summary: negative constants are getting rewritten incorrectly
Key: LENS-125
URL: https://issues.apache.org/jira/browse/LENS-125
Project: Apache Lens
Issue Type: Bug
Reporter: Raghavendra Singh
Fix For: 2.0consider query:- cube select -1 as col1,col2 from table1 is getting rewritten as:- SELECT ( 1 - ) col1 , ( table1 . col2 ) FROM table1 -- This message was sent by Atlassian JIRA (v6.3.4#6332)
