You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/09/15 22:28:46 UTC

[jira] [Commented] (SPARK-10503) incorrect predicate evaluation involving NULL value

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

Michael Armbrust commented on SPARK-10503:
------------------------------------------

Spark version?

> incorrect predicate evaluation involving NULL value
> ---------------------------------------------------
>
>                 Key: SPARK-10503
>                 URL: https://issues.apache.org/jira/browse/SPARK-10503
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: N Campbell
>
> Query an ORC table in Hive using the following SQL statement via the SPARKSQL thrift-server. The row were rnum=0 has a c1 value of null. The resultset returned by SPARK includes a row where rnum=0 and c1=0 which is incorrect
> select tint.rnum, tint.rnum from tint where tint.cint in ( tint.cint )
> table in Hive
> create table  if not exists TINT ( RNUM int , CINT smallint   )
> TERMINATED BY '\n' 
>  STORED AS orc  ;
> data loaded into ORC table is
> 0|\N
> 1|-1
> 2|0
> 3|1
> 4|10



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org