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

INFORMATION_SCHEMA.COLUMNS does not display hbase column familes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      Hbase Column families are not being shown in INFORMATION_SCHEMA.COLUMNS table

      hbase> create 'students', 'cf1', 'cf2', 'cf3'

      drill> SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA='hbase' AND TABLE_NAME='students';

      The above query should return one row for each column family and probably one more column for the hbase rowkey.

      Attachments

        Activity

          People

            adityakishore Aditya Kishore
            rkins Rahul Kumar Challapalli
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: