[ https://issues.apache.org/jira/browse/SPARK-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170941#comment-14170941 ]
Yana Kadiyska commented on SPARK-3814: -------------------------------------- Ravindra,as you said the full list of Bitwise operators missing is &,|, ~ and ^. I don't mind changing the title of this JIRA if you want to fix them all at once -- seems that the fix is so symmetric it's almost a shame to do 1/2 of them. That said, I only need & so I'm happy either way > Bitwise & does not work in Hive > -------------------------------- > > Key: SPARK-3814 > URL: https://issues.apache.org/jira/browse/SPARK-3814 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.1.0 > Reporter: Yana Kadiyska > Assignee: Ravindra Pesala > Priority: Minor > > Error: java.lang.RuntimeException: > Unsupported language features in query: select (case when bit_field & 1=1 > then r_end - r_start else NULL end) from mytable where pkey='0178-2014-07' > LIMIT 2 > TOK_QUERY > TOK_FROM > TOK_TABREF > TOK_TABNAME > mytable > TOK_INSERT > TOK_DESTINATION > TOK_DIR > TOK_TMP_FILE > TOK_SELECT > TOK_SELEXPR > TOK_FUNCTION > when > = > & > TOK_TABLE_OR_COL > bit_field > 1 > 1 > - > TOK_TABLE_OR_COL > r_end > TOK_TABLE_OR_COL > r_start > TOK_NULL > TOK_WHERE > = > TOK_TABLE_OR_COL > pkey > '0178-2014-07' > TOK_LIMIT > 2 > SQLState: null > ErrorCode: 0 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org