You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…nnector (#1676)
### What changes were proposed in this pull request?
- Support for query optimization interfaces in the Trino-connector
includes projection, aggregation, predicate, TopN, and join pushdown.
- Add a version to the creation of the internal connector to avoid
`Class loader` name conflicts when recreating the catalog
### Why are the changes needed?
Feature: #1491
### Does this PR introduce _any_ user-facing change?
NO
### How was this patch tested?
Add tester in testset
Describe the feature
Implement projection, join, predicate, aggregating pushdown interfaces in trino-connector.
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: