Adding support for ANY_KEYS_MATCH udf in presto#19814
Adding support for ANY_KEYS_MATCH udf in presto#19814rschlussel merged 1 commit intoprestodb:masterfrom
Conversation
67507d3 to
a2d6c1a
Compare
presto-main/src/test/java/com/facebook/presto/operator/scalar/sql/TestAnyKeyMatchFunction.java
Outdated
Show resolved
Hide resolved
presto-main/src/test/java/com/facebook/presto/operator/scalar/sql/TestAnyKeyMatchFunction.java
Outdated
Show resolved
Hide resolved
5562a84 to
9d4870e
Compare
presto-main/src/test/java/com/facebook/presto/operator/scalar/sql/TestAnyKeyMatchFunction.java
Outdated
Show resolved
Hide resolved
|
For the release note, your change is not specifically related to hive, so do not need to include the hive section.
|
And the same for the other two PRs |
9f064af to
ed4027c
Compare
|
Check the maven checks failures, you have code style violations. |
1c53139 to
b7b9746
Compare
rschlussel
left a comment
There was a problem hiding this comment.
Can you rename the function any_key_matches or any_keys_match? just to make it better English.
|
for all the release notes for added functions, you can just add a reference to the documentation instead of rewriting the docs as the release note. You can add a link to the documentation using the :func: e.g. |
fcb9703 to
f34bf5b
Compare
f34bf5b to
37b8eeb
Compare
UDF to check if any keys of a map match the given predicate
37b8eeb to
73c2cdd
Compare
Test plan
Added unit tests.
Build successfully using the following terminal command
./mvnw clean install -Dtest=TestAnyKeysMatchFunction -fn -pl presto-main