Skip to content

Commit

Permalink
[Feature](multi-catalog) Support sql cache for hms catalog.
Browse files Browse the repository at this point in the history
  • Loading branch information
王翔宇 committed Aug 28, 2023
1 parent d7e5bf1 commit 719066a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.apache.doris.catalog.View;
import org.apache.doris.common.AnalysisException;
import org.apache.doris.common.Config;
import org.apache.doris.common.FeConstants;
import org.apache.doris.common.UserException;
import org.apache.doris.common.jmockit.Deencapsulation;
import org.apache.doris.common.telemetry.Telemetry;
Expand Down Expand Up @@ -133,6 +134,7 @@ public class OlapQueryCacheTest {
public static void start() {
MetricRepo.init();
try {
FeConstants.enableInternalSchemaDb = false;
FrontendOptions.init();
context = new ConnectContext();
Config.cache_enable_sql_mode = true;
Expand Down

0 comments on commit 719066a

Please sign in to comment.