We have to investigate further on build failures, seeing this consistently over past few weeks.
On Fri, Feb 19, 2016 at 12:31 PM, Rajat Khandelwal (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/LENS-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153819#comment-15153819 > ] > > Rajat Khandelwal commented on LENS-960: > --------------------------------------- > > Different tests failing in different runs. Unsure what the issue is. All > tests had worked when I tested on my setup. > > > getting string from AST should give flat string wherever possible > > ----------------------------------------------------------------- > > > > Key: LENS-960 > > URL: https://issues.apache.org/jira/browse/LENS-960 > > Project: Apache Lens > > Issue Type: Improvement > > Components: cube > > Reporter: Rajat Khandelwal > > Assignee: Rajat Khandelwal > > Attachments: LENS-960.04.patch > > > > > > Current scenario: > > {noformat} > > toString(parse("a or b or c or d")) == "(a or (b or (c or (d))))" > > {noformat} > > Proposal is to remove the excessive nested braces. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
