[ 
https://issues.apache.org/jira/browse/PHOENIX-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313909#comment-14313909
 ] 

Hudson commented on PHOENIX-1646:
---------------------------------

FAILURE: Integrated in Phoenix-master #586 (See 
[https://builds.apache.org/job/Phoenix-master/586/])
PHOENIX-1646 Views and functional index expressions may lose information when 
stringified (jtaylor: rev 2730e874d4632e681d2e21d1df88e4516e87e72e)
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/GlobalIndexOptimizationIT.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryUsingSortMergeJoinIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinLocalIndexIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/DerivedTableIT.java
* 
phoenix-core/src/main/java/org/apache/phoenix/compile/IndexStatementRewriter.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewIT.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseMutableIndexIT.java


> Views and functional index expressions may lose information when stringified
> ----------------------------------------------------------------------------
>
>                 Key: PHOENIX-1646
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1646
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: James Taylor
>         Attachments: PHOENIX-1646-wip.patch, PHOENIX-1646.patch, 
> PHOENIX-1646_addendum.patch, PHOENIX-1646_v2.patch
>
>
> We currently produce a string from an Expression to store in the system 
> catalog for views and functional indexes. However there are a number of 
> constructs that won't roundtrip correctly, mainly due to the way expression 
> trees get collapsed during compilation. The easiest way to fix this is to go 
> from the ParseNode to a string instead and fully resolve column names in the 
> process.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to