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

impala-shell interprets escaped characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.4.1
    • None
    • Frontend
    • ghx-label-10

    Description

      impala-shell interprets special control character escape sequences like \n, \t.

      Example:

      SELECT '\n\n\n\n123';

      Output:

      +---------------+
      | '\n\n\n\n123' |
      +---------------+
      |               |
      |               |
      |               |
      |               |
      | 123           |
      +---------------+ 

      Expected output:

      +---------------+
      | '\n\n\n\n123' |
      +---------------+
      | \n\n\n\n123   |
      +---------------+ 

      Attachments

        Activity

          People

            Unassigned Unassigned
            prozsa Peter Rozsa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: