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

Hudson commented on PHOENIX-3267:
---------------------------------

SUCCESS: Integrated in Jenkins build Phoenix-master #1455 (See 
[https://builds.apache.org/job/Phoenix-master/1455/])
PHOENIX-3267 Replace use of SELECT null with CAST(null AS <type>) (Eric 
(jamestaylor: rev 9eab8f584ca5e4c8db587e3326289f279d530b7b)
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixResultSetMetadataTest.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/AggregateQueryIT.java
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java


> Replace use of SELECT null with CAST(null AS <type>)
> ----------------------------------------------------
>
>                 Key: PHOENIX-3267
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3267
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: Eric Lomore
>            Priority: Minor
>              Labels: calcite-compat-change
>             Fix For: 4.9.0
>
>
> It appears that Calcite doesn't allow null as a SELECT expression. If this is 
> difficult to change, we can change our tests to cast null to a given data 
> type instead, like this: {{CAST(null AS VARCHAR)}}



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

Reply via email to