You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/06 05:16:00 UTC

[GitHub] [spark] AngersZhuuuu edited a comment on pull request #30243: [SPARK-33335][SQL] Support `array_contains_array` func

AngersZhuuuu edited a comment on pull request #30243:
URL: https://github.com/apache/spark/pull/30243#issuecomment-722827762


   > > ```
   > >   > SELECT _FUNC_(array(1, 2, 3), array(2));
   > > ```
   > 
   > Why we need this func (e.g.,. other systems support this func)? Seems like the example abolve is the same with `array_contains(array(1, 2, 3), 2)`.
   
   If  we need to judge  `SELECT _FUNC_(array(1, 2, 3), array(2, 3))` ? 
   PostgresSQL support this  and in  our job logical need this func,  I will  check other engine.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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