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

EvalNode should have TypeDesc instead of DataType as a return type.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • 0.13.0
    • None
    • None

    Description

      DataType is a protobuf type, which does not allow recursive nested data structure. To solve this problem, I made TypeDesc which represent recursive nested schemas in TAJO-1329. It is enough to represent just schemas.

      However, in order to enable the logical planner to support fully nested schema, EvalNode also has TypeDesc as a return type. This is because users can project nested primitive fields as well as nested record itself.

      Attachments

        Issue Links

          Activity

            People

              hyunsik Hyunsik Choi
              hyunsik Hyunsik Choi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: