Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support query optimization in trino-connector #1491

Closed
diqiu50 opened this issue Jan 15, 2024 · 0 comments
Closed

[FEATURE] Support query optimization in trino-connector #1491

diqiu50 opened this issue Jan 15, 2024 · 0 comments
Assignees

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Jan 15, 2024

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

@diqiu50 diqiu50 self-assigned this Jan 15, 2024
@jerryshao jerryshao added this to the Gravitino 0.4.0 milestone Jan 16, 2024
yuqi1129 pushed a commit that referenced this issue Jan 30, 2024
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants