-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add support to add and show (create table) extra hive table properties #1176
Conversation
Working on adding and showing properties via showCreateTable, will add merge validation post that |
presto-main/src/main/java/io/prestosql/sql/rewrite/ShowQueriesRewrite.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I reviewed this like a week ago and forgot to post the answer to the above question. Sorry.
When this is ready for a final review, remove the WIP label and assign it back to me.
presto-hive/src/main/java/io/prestosql/plugin/hive/HiveMetadata.java
Outdated
Show resolved
Hide resolved
presto-main/src/main/java/io/prestosql/sql/rewrite/ShowQueriesRewrite.java
Outdated
Show resolved
Hide resolved
@ankitdixit can you please update & rebase? this relates to #3583 |
I somehow missed this. updating now |
ecc3267
to
e7c38f3
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ankit Dixit.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ankit Dixit.
|
@ankitdixit Is this only for hive connector or we can add these properties to any table? I understand that currently TBLPROPERTIES is only supported in hive but can we extend this to all connectors? |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ankit Dixit.
|
fce1491
to
b6f8c7d
Compare
After this change, every show create table seems to have an extra line and a few tests are failing like: |
@ankitdixit we should avoid changes in the SHOW CREATE TABLE. |
b6f8c7d
to
fce1491
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ankit Dixit.
|
fce1491
to
11fb320
Compare
👋 @ankitdixit - this PR is inactive and doesn't seem to be under development, and it might already be implemented. If you'd like to continue work on this at any point in the future, feel free to re-open. |
Fixes #954
Need help in ShowQueriesRewrite, please help me converting a map to an expression