-
Notifications
You must be signed in to change notification settings - Fork 3.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
[fix](hive) sync DDL command to other FE #46326
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
This pull request includes significant changes to enhance the handling of database and table operations in the Enhancements to database and table operations:
These changes improve the modularity and maintainability of the code, making it easier to manage and extend the functionality for database and table operations. |
What problem does this PR solve?
When executing DDL on a hive table, the DDL command should be synced to other FE,
so that other FE can invalidate the cache of that table or db.
Otherwise, after executing the DDL on a hive table on non-master FE and then query that table,
we can still access to the cached files.
Modify the following ddl:
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)