You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a case where I need to read large file(more than 1000000 rows) from S3.
When I do so, after reading 65536 rows, reader throws the error "invalid memory address or nil pointer dereference".
Is there a limit to rows that can be read? Or a default config that I should override?
The text was updated successfully, but these errors were encountered:
Hi,
I have a case where I need to read large file(more than 1000000 rows) from S3.
When I do so, after reading 65536 rows, reader throws the error "invalid memory address or nil pointer dereference".
Is there a limit to rows that can be read? Or a default config that I should override?
The text was updated successfully, but these errors were encountered: