You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/03/17 19:47:00 UTC

[jira] [Commented] (ARROW-12007) [C++] Loading parquet file returns "Invalid UTF8 payload" error

    [ https://issues.apache.org/jira/browse/ARROW-12007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17303690#comment-17303690 ] 

Antoine Pitrou commented on ARROW-12007:
----------------------------------------

This basically means a column in the Parquet file is declared as UTF8 but contains invalid UTF8 data.

> [C++] Loading parquet file returns "Invalid UTF8 payload" error
> ---------------------------------------------------------------
>
>                 Key: ARROW-12007
>                 URL: https://issues.apache.org/jira/browse/ARROW-12007
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 3.0.0
>            Reporter: Emiel Botman
>            Priority: Major
>
> While loading a specific parquet file (arrow::read_parquet(file = file)), the following error is returned:
> Error in parquet___arrow___FileReader__ReadTable1(self) : 
>   Invalid: Invalid UTF8 payload
> I managed to load several other parquet files, it is just this specific file due to which I presume it may be due to some syntax used in this file.  As there any known bug in terms of handling the UTF8 encoding?



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