okumin commented on code in PR #4612: URL: https://github.com/apache/hive/pull/4612#discussion_r1300027602
########## ql/src/test/queries/clientpositive/udf_array_remove.q: ########## @@ -0,0 +1,40 @@ +--! qt:dataset:src + +-- SORT_QUERY_RESULTS + +set hive.fetch.task.conversion=more; + +DESCRIBE FUNCTION array_remove; +DESCRIBE FUNCTION EXTENDED array_remove; + +-- evaluates function for array of primitives Review Comment: Thanks. Just for your info, I guess `array_remove({list}, CAST(null AS {element type})` works. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org