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/18 05:44:07 UTC

[GitHub] [spark] kiszk commented on pull request #30243: [SPARK-33335][SQL] Support `array_contains_array` func

kiszk commented on pull request #30243:
URL: https://github.com/apache/spark/pull/30243#issuecomment-729443301


   When I only read the first description, the behavior is unknown regarding what `contains_array` mean like the following cases
   - `array_contains_array(array(1, 2, 3), array(3, 4))`
   - `array_contains_array(array(1, 2, 3), array(1, 2))` derived from https://github.com/prestosql/presto/pull/5593
   - `array_contains_array(array(1, 2, 3), array(1, 3))` derived from https://github.com/prestosql/presto/pull/5593


----------------------------------------------------------------
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