[X] I have searched in the issues and found no similar issues.
What would you like to be improved?
we'll 1) check whether the table exists in TableController#getOptimizingTypes and TableController#getOptimizingProcessTasks, 2) and load the table in the following step to get the desired info.
step 2 will check if the table exists and throw an exception if the table does not exist.
the table exists check will load the table from the catalog which may be something too expansive.
How should we improve?
Remove the tableExists check in TableController#getOptimizingTypes and TableController#getOptimizingProcessTasks
Search before asking
What would you like to be improved?
we'll 1) check whether the table exists in
TableController#getOptimizingTypes
andTableController#getOptimizingProcessTasks
, 2) and load the table in the following step to get the desired info. step 2 will check if the table exists and throw an exception if the table does not exist. the table exists check will load the table from the catalog which may be something too expansive.How should we improve?
Remove the tableExists check in
TableController#getOptimizingTypes
andTableController#getOptimizingProcessTasks
Are you willing to submit PR?
Subtasks
No response
Code of Conduct