fingoldo commented on issue #10776: URL: https://github.com/apache/arrow/issues/10776#issuecomment-1823614373
> en I tried to import data into ClickHouse, I encountered this error. My data is stored in the orc file. > I read the source code of ClickHouse and I noticed that it use this library to read orc file. > I also read the source code of Apache arrow and I thought it was because there was a very large string in the data? So I removed som Oh I'm sorry, indeed the topic starter was asking about orc format. In my case, I was dumping a pandas dataframe with 3M records and, among others, 2 pretty "wide" text fields to the parquet file using the default engine - pyarrow in the case of pandas. But the error message was exactly the same. Do you want me to create a reproducer? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
