You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jun Zhang (Jira)" <ji...@apache.org> on 2020/09/16 03:45:00 UTC

[jira] [Created] (FLINK-19254) Invalid UTF-8 start byte exception

Jun Zhang created FLINK-19254:
---------------------------------

             Summary: Invalid UTF-8 start byte exception 
                 Key: FLINK-19254
                 URL: https://issues.apache.org/jira/browse/FLINK-19254
             Project: Flink
          Issue Type: Bug
          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
    Affects Versions: 1.11.0
            Reporter: Jun Zhang
             Fix For: 1.12.0


when read  no utf8 data ,JsonRowDeserializationSchema throw a exception.
{code:java}

Caused by: org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 start byte xxx 
{code}



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