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

HIVE-25813: Create Table x Like commands based storage handlers fail … #3301

Closed

Conversation

saihemanth-cloudera
Copy link
Contributor

…over is fixed

What changes were proposed in this pull request?

CTLT commands based on external tables will not copy over table properties of the source table.

Why are the changes needed?

Because it is consistent with other Query engines like MySql and Redshift.

Does this PR introduce any user-facing change?

Yes, When users execute CREATE TABLE x LIKE command, we'll no more copy the table properties of source table to the destination table, we'll only copy the table/column schema of the source table.

How was this patch tested?

Local machine, Unit tests

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.

@github-actions github-actions bot added the stale label Jul 20, 2022
@github-actions github-actions bot closed this Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants