Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6941

Incorrect EARLY_LIMIT0_OPT_KEY description

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.15.0
    • 1.16.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

        Issue Links

          Activity

            People

              kkhatua Kunal Khatua
              arina Arina Ielchiieva
              Bridget Bevens Bridget Bevens
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: