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

Join between hbase/m7 tables fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • Storage - HBase
    • None

    Description

      git.commit.id.abbrev=01bf849

      The following join query runs successfully against parquet data; however, failed against hbase or m7 tables:

      select cast(student.onecf['name'] as varchar(35)) name, cast(student.twocf['age'] as integer) age, cast(student.threecf['gpa'] as decimal(4,2)) gpa, cast(s_voter.twocf['registration'] as varchar(20)) registration from student join s_voter on (student.onecf['name'] = s_voter.onecf['name']);

      Failure while running fragment. < UnsupportedOperationException

      Attachments

        Activity

          People

            mehant Mehant Baid
            knguyen Krystal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: