Add DynamicFilter to ConnectorRecordSetProvider SPI#8046
Add DynamicFilter to ConnectorRecordSetProvider SPI#8046jerryleooo wants to merge 1 commit intotrinodb:masterfrom
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
reopen to refresh the CLA |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
core/trino-spi/src/main/java/io/trino/spi/connector/ConnectorRecordSetProvider.java
Outdated
Show resolved
Hide resolved
core/trino-spi/src/main/java/io/trino/spi/connector/ConnectorRecordSetProvider.java
Outdated
Show resolved
Hide resolved
2669a37 to
ebed666
Compare
raunaqmorarka
left a comment
There was a problem hiding this comment.
I would reword the commit message to :
Add DynamicFilter to ConnectorRecordSetProvider SPI
ebed666 to
62c11ed
Compare
|
@raunaqmorarka updated. Then how to ask for a merge? Thanks |
@jerryleooo we need to update ClassLoaderSafeConnectorRecordSetProvider as well |
|
@electrum @raunaqmorarka all checks passed, need I squash the commits into one? Thanks |
c3c424f to
7f432bf
Compare
|
@electrum can I get this merged? |
|
If this is really needed let's do this as a commit in the PR which adds DF for JDBC sources. |
#8045