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

INFORMATION_SCHEMA's COLUMNS dies when INTERVAL ... column exists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Not A Problem
    • None
    • 0.9.0
    • Metadata
    • None

    Description

      The implementation of INFORMATION_SCHEMA.COLUMNS fails (aborts) when there is a column of an INTERVAL type:

      0: jdbc:drill:zk=local> USE dfs.tmp;
      ...
      0: jdbc:drill:zk=local> CREATE OR REPLACE VIEW TempView AS SELECT CAST( NULL AS INTERVAL HOUR ) FROM INFORMATION_SCHEMA.CATALOGS LIMIT 1 ;
      ----------------------+

      ok summary

      ----------------------+

      true View 'TempView' replaced successfully in 'dfs.tmp' schema

      ----------------------+
      1 row selected (0.062 seconds)
      0: jdbc:drill:zk=local> SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'TempView';
      Query failed: RemoteRpcException: Failure while running fragment., use createSqlIntervalType() instead [ 04edd8aa-74ee-4717-a633-523cba5a3613 on dev-linux2:31010 ]
      [ 04edd8aa-74ee-4717-a633-523cba5a3613 on dev-linux2:31010 ]

      Error: exception while executing query: Failure while executing query. (state=,code=0)
      0: jdbc:drill:zk=local>

      Attachments

        1. DRILL-2461.1.patch.txt
          13 kB
          Daniel Barclay

        Issue Links

          Activity

            People

              priteshm Pritesh Maker
              dsbos Daniel Barclay
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: