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

Parquet writer with dictionary encoding results in corrupted varchar columns

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • Storage - Parquet
    • None

    Description

      Using CTAS created a parquet file through drill having the varchar datatype.

      Created parquet file looks like this through parquet-tools
      VARCHAR_col: OPTIONAL BINARY O:UTF8 R:0 D:1
      VAR16CHAR_col: OPTIONAL BINARY O:UTF8 R:0 D:1

      VARCHAR_col: BINARY SNAPPY DO:0 FPO:894307 SZ:16344/231716/14.18 VC:378624 ENC:RLE,PLAIN_DICTIONARY,BIT_PACKED
      VAR16CHAR_col: BINARY SNAPPY DO:0 FPO:910651 SZ:25830/381493/14.77 VC:378624 ENC:RLE,PLAIN_DICTIONARY,BIT_PACKED

      On querying the file several records show up having corrupted data for these fields.

      VAR16CHAR_col

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

      ������������
       
      ��������
      �����
      ��
       
       
      ��
      ������������
       
      ��������
      �����
      ��
       
       
      ��
      ������������
       
      ��������
      �����
      ��
       
       
      ��
      ������������
       
      ��������
      �����
      ��
       
       
      ��
      ������������
       
      ��������
      �����
      ��

      If dictionary encoding is turned off the resultant file can be read without these issues.

      Attachments

        1. 0_0_0.parquet
          946 kB
          Ramana Inukonda Nagaraj
        2. DRILL-2267.1.patch.txt
          3 kB
          Abdel Hakim Deneche

        Activity

          People

            sphillips Steven Phillips
            inramana Ramana Inukonda Nagaraj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: