You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/06/22 02:53:00 UTC

[jira] [Created] (IMPALA-10761) Provide query option for illegal UTF-8 characters handling

Quanlong Huang created IMPALA-10761:
---------------------------------------

             Summary: Provide query option for illegal UTF-8 characters handling
                 Key: IMPALA-10761
                 URL: https://issues.apache.org/jira/browse/IMPALA-10761
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Quanlong Huang


There are 3 ways to handle illegal UTF-8 characters:
 * Replacing them with U+FFFD (REPLACEMENT CHARACTER)
 * Ignoring them (removing them in the string)
 * Reporting errors

We should provide a query option for this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)