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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
