XiaoMi / soar

SQL Optimizer And Rewriter
Apache License 2.0
8.67k stars 1.32k forks source link

perf: delete redundant judgments of config arg #316

Closed Mzhiing closed 7 months ago

Mzhiing commented 1 year ago

What problem does this PR solve?

delete redundant judgments of config arg. It has been ensured in the initConfig() that if the - config parameter exists, it must be first parameter. So in the common.ArgConfig, it is no need to check again.