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

Avro no longer selects data correctly from a sub-structure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.6.0
    • 1.6.0
    • Storage - Avro
    • None

    Description

      Parquet:
      0: jdbc:drill:zk=local> select s.client_ip.ip from dfs.asa.`/processed/<>/transactions` as s limit 1;
      ----------------

      EXPR$0

      ----------------

      87.55.171.210

      ----------------
      1 row selected (1.184 seconds)

      Avro:
      0: jdbc:drill:zk=local> select s.client_ip.ip from dfs.asa.`/streaming/<>/transactions` as s limit 1;
      ---------

      EXPR$0

      ---------

      null

      ---------
      1 row selected (0.29 seconds)

      Attachments

        Activity

          People

            jaltekruse Jason Altekruse
            acmeguy Stefán Baxter
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: