-
Notifications
You must be signed in to change notification settings - Fork 409
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
[Improvement] Add 'catalog-common' module to hold common information needed by query engine #1449
Labels
improvement
Improvements on everything
Comments
This was referenced Jan 11, 2024
jerryshao
pushed a commit
that referenced
this issue
Jan 15, 2024
…ery engine. (#1454) ### What changes were proposed in this pull request? - Add a new module `bundled-catalog` to hold common information like property meta of all catalogs - Put `bundled-catalog` to `trino-connector` dependency and verify everything is OK. ### Why are the changes needed? We need a common module to hold the property meta of all catalogs so that the query engine depends on it can use it for query. Fix: #1449 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Add some UT in module `Trino-connector`
jerryshao
pushed a commit
that referenced
this issue
Jan 26, 2024
### What changes were proposed in this pull request? to get gravitino identifier id from schema, 1. get comment from pg 2. add gravitino identifier to properties, ``` // properties is not changed , we should use the returned properties. StringIdentifier.newPropertiesWithId(id, properties); JdbcSchema.Builder().withProperties(properties).build(); ``` ### Why are the changes needed? we couldn't get audit info from entity store without gravitino identifier id Fix: #1449 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? add test to check audit info
ch3yne
pushed a commit
to ch3yne/gravitino
that referenced
this issue
Jan 29, 2024
### What changes were proposed in this pull request? to get gravitino identifier id from schema, 1. get comment from pg 2. add gravitino identifier to properties, ``` // properties is not changed , we should use the returned properties. StringIdentifier.newPropertiesWithId(id, properties); JdbcSchema.Builder().withProperties(properties).build(); ``` ### Why are the changes needed? we couldn't get audit info from entity store without gravitino identifier id Fix: apache#1449 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? add test to check audit info
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
The query engine needs some property metadata to perform the query, so we should provide this functionality.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: