Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.15.0
-
None
Description
Currently in ExecConstants:
public static final String EARLY_LIMIT0_OPT_KEY = "planner.enable_limit0_optimization"; public static final BooleanValidator EARLY_LIMIT0_OPT = new BooleanValidator(EARLY_LIMIT0_OPT_KEY, new OptionDescription("Sets the type of identifier quotes for the SQL parser. Default is backticks ('`'). The SQL parser accepts double quotes ('\"') and square brackets ('['). (Drill 1.11+)"));
Should be something like this:
planner.enable_limit0_optimization
Enables the query planner to determine data types returned by a query during the planning phase before scanning data. Default is true. (Drill 1.9 and later)
Attachments
Attachments
Issue Links
- links to