Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-4825

Change Timestamp representation for binary compatibility with Kudu.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Critical
    • Resolution: Won't Do
    • Impala 2.8.0
    • Impala 2.9.0
    • Backend

    Description

      Kudu represents a timestamp as a 12-byte field in rows returned to Impala. In addition, Kudu stores the 4-byte date portion first, followed by the 8-byte time portion. Impala has those fields reversed (timestamp-value.h) and treats a timestamp as a 16-byte field.

      In order to maintain Impala/Kudu tuple-format compatibility, we should change Impala's representation to match Kudu's.

      Attachments

        Activity

          People

            mjacobs Matthew Jacobs
            alex.behm Alexander Behm
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: