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

Text delimiter breaks data loading build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.3.0
    • Impala 2.3.0
    • None

    Description

      CREATE EXTERNAL TABLE IF NOT EXISTS functional_text_snap.escapechartesttable (
      bool_col boolean)
      PARTITIONED BY (id int)
      ROW FORMAT delimited fields terminated by ',' escaped by '\n'
      STORED AS TEXTFILE
      LOCATION '/test-warehouse/escapechartesttable_text_snap'

      Data Loading from Impala failed with error: ImpalaBeeswaxException:
      INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
      MESSAGE: AnalysisException: Line delimiter and escape character have same value: byte 10

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: