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

When a record column and its child column are retrieved together, the record column might not be inferred as record type properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0
    • Planner/Optimizer
    • None

    Description

      For example, given a following query, the column 'glossary' can be inferred as the TEXT type rather than the RECORD type.

      default> select glossary from self_desc_table2 where char_length(glossary."GlossDiv".title) > 0 
      

      This is because columns of the query are inferred in an arbitrary order, and there isn't any routine to resolve the conflict of inferred data type.

      Attachments

        1. TAJO-1900.patch
          6 kB
          Jihoon Son

        Activity

          People

            jihoonson Jihoon Son
            jihoonson Jihoon Son
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: