Skip to content

Commit

Permalink
[branch-2.0](hive) enable hive view by default (apache#27550)
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman authored Nov 24, 2023
1 parent c15324b commit 1b14da2
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 1b14da2

Please sign in to comment.