Skip to content

Commit

Permalink
[branch-2.0] enable hive view by default
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Nov 24, 2023
1 parent 9f2d88b commit 0493d68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ public class Config extends ConfigBase {
* otherwise it will throw an AnalysisException.
*/
@ConfField(mutable = true, expType = ExperimentalType.EXPERIMENTAL)
public static boolean enable_query_hive_views = false;
public static boolean enable_query_hive_views = true;

/**
* If set to true, doris will automatically synchronize hms metadata to the cache in fe.
Expand Down

0 comments on commit 0493d68

Please sign in to comment.