Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-558

HCatalogStore can't scan columns.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • Catalog
    • None

    Description

      If we write partitioned columns at where clause on tsql, tajo print a error message as follows:

      tajo> select * from table1 where id = 1;
      ERROR: no such a column name default
      

      For reference, hive table schema is as the following:

      CREATE  TABLE table1(
        id int, 
        name string, 
        score float, 
        type string); 
      

      It occurred on both managed tables and partitioned tables.

      Attachments

        1. TAJO-558.patch
          4 kB
          JaeHwa Jung

        Activity

          People

            blrunner JaeHwa Jung
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: