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

SET option command

    XMLWordPrintableJSON

Details

    Description

      It's currently possible to define options with the SQL command SET

      ALTER SESSION SET `drill.exec.hashagg.fallback.enabled` = true;
      

      But it's not possible to simply visualize the current value of one option with SHOW, we have to query like

      SELECT * FROM sys.options WHERE `name` = 'drill.exec.hashagg.fallback.enabled';
      

      Why not allow a simple

      SET `drill.exec.hashagg.fallback.enabled`;
      

      Attachments

        Issue Links

          Activity

            People

              dgrinchenko Dmytriy Grinchenko
              benj641 benj
              Vova Vysotskyi Vova Vysotskyi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: