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

Disabled plugins work as enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.13.0, 1.14.0
    • None
    • None
    • None

    Description

      The queries shouldn't work for disabled plugins. But they work.

      0: jdbc:drill:zk=local> show schemas;
      +---------------------+
      |     SCHEMA_NAME     |
      +---------------------+
      | cp.default          |
      | INFORMATION_SCHEMA  |
      | sys                 |
      +---------------------+
      3 rows selected (30.451 seconds)
      0: jdbc:drill:zk=local> select * from dfs.`/tmp/nation.parquet` limit 4;
      +--------------+------------+--------------+-----------------------+
      | N_NATIONKEY  |   N_NAME   | N_REGIONKEY  |       N_COMMENT       |
      +--------------+------------+--------------+-----------------------+
      | 0            | ALGERIA    | 0            |  haggle. carefully f  |
      | 1            | ARGENTINA  | 1            | al foxes promise sly  |
      | 2            | BRAZIL     | 1            | y alongside of the p  |
      | 3            | CANADA     | 1            | eas hang ironic, sil  |
      +--------------+------------+--------------+-----------------------+
      4 rows selected (0.239 seconds)
      

      It is also related to DRILL-6412 issue.

      Attachments

        1. image-2018-07-01-03-56-32-789.png
          75 kB
          Vitalii Diravka

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vitalii Vitalii Diravka
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: