-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
refactor: SchemaApi::get_table_meta_history() (#16586)
It does not need to accept a `database-name` argument just for building an error. It does not need to return application level error: if a table is not found, just return an empty list. Rename SchemaApi::get_tables_history to list_retainable_tables; Rename SchemaApi::get_table_meta_history to get_retainable_tables; refactor: rename list_tables_history->list_gc_ready_tables;get_table_meta_history->get_gc_ready_tables;
- v1.2.704-nightly
- v1.2.703-nightly
- v1.2.702-nightly
- v1.2.701-nightly
- v1.2.700-nightly
- v1.2.699-nightly
- v1.2.698-nightly
- v1.2.697
- v1.2.697-nightly
- v1.2.696-nightly
- v1.2.695-nightly
- v1.2.694-nightly
- v1.2.693-nightly
- v1.2.692-nightly
- v1.2.691-nightly
- v1.2.690-nightly
- v1.2.689-nightly
- v1.2.688-nightly
- v1.2.687-nightly
- v1.2.686-nightly
- v1.2.685-nightly
- v1.2.684-nightly
- v1.2.683-nightly
- v1.2.682-nightly
- v1.2.681-nightly
- v1.2.680
- v1.2.680-p3
- v1.2.680-p2
- v1.2.680-p1
- v1.2.680-nightly
- v1.2.679-nightly
- v1.2.678-nightly
- v1.2.677-nightly
- v1.2.676-nightly
- v1.2.675-nightly
- v1.2.674-nightly
- v1.2.673-nightly
- v1.2.672-nightly
- v1.2.671-nightly
- v1.2.670-nightly
- v1.2.669-nightly
- v1.2.668-nightly
- v1.2.667-nightly
- v1.2.666-nightly
- v1.2.665-nightly
- v1.2.664-nightly
- v1.2.663-nightly
- v1.2.662-nightly
- v1.2.661-nightly
- v1.2.660-nightly
- v1.2.659-nightly
- v1.2.658-nightly
- v1.2.657-nightly
- v1.2.656-nightly
- v1.2.655-nightly
- v1.2.654-nightly
- v1.2.653-nightly
- v1.2.652-nightly
- v1.2.651-nightly
- v1.2.650-nightly
- v1.2.649-nightly
- v1.2.648-nightly
- v1.2.647-nightly
- v1.2.646-nightly
- v1.2.645-nightly
- v1.2.644-nightly
1 parent
8c50071
commit 9e5ffba
Showing
4 changed files
with
41 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters