Conversation
442fed1 to
ae2535b
Compare
presto-main/src/main/java/com/facebook/presto/metadata/InternalSignatureUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
verify why this line is auto optimized...
There was a problem hiding this comment.
This seems unchanged in my commit?
There was a problem hiding this comment.
This line should not be here. I removed the commit that introduces CastType.
presto-main/src/main/java/com/facebook/presto/metadata/InternalSignatureUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Less also add a @Unstable annotation?
There was a problem hiding this comment.
We cannot use @Unstable or @Beta in spi because they are from guava. But I can add a @apiNote in the JavaDoc here.
|
As discussed offline, I'd prefer we only move |
0798665 to
5190c0e
Compare
highker
left a comment
There was a problem hiding this comment.
There are some extra unnecessary smartness introduced by IntelliJ
There was a problem hiding this comment.
check why we have two extra imports....
highker
left a comment
There was a problem hiding this comment.
nvm, those imports are due to package move
There was a problem hiding this comment.
This is probably no longer needed if you are not moving it to SPI.
highker
left a comment
There was a problem hiding this comment.
Commit message body:
Move FunctionHandle to SPI for preparation of allowing connectors
participating query plan optimization. Signature helps connectors to
resolve functions.
03d7ae4 to
d260698
Compare
Move FunctionHandle to SPI for preparation of allowing connectors participating query plan optimization. Signature helps connectors to resolve functions.
d260698 to
d898fe5
Compare
This PR moves FunctionHandle and its dependency to SPI. This PR depends on #12427. This is the first part of a larger PR: #12375