-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Py4JJavaError: An error occurred while calling o2.iterator. #1
Comments
Is it possible to share the ORC file? I can try to take a look at it. |
I am sorry, I am not permitted to send you the data. I may offer more debug info from Java.
|
It gives me some hint, let me try to work on it. |
I don't have any sample that can produce this error. But if i understand correctly then the bufferSize is set inside the footer of the ORC file. Maybe for some reason, the bufferSize is incorrect in the footer. Can you help me to checkout this branch
This info will help me to debug further into the problem. |
I used the orc tools and got this
|
Using the new branch, I got this.
|
Yeah. The reader by default will use the blockSize from the metadata, which is The possible option is to manually override the blockSize. I will work on this later today. |
Hi, I am trying to read an orc file.
I have successfully get the schema like this
But when I am trying to read rows, it reports the following error
Any suggestions on how to debug this error?
The text was updated successfully, but these errors were encountered: