Skip to content
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

Avro EOF Error #196

Open
RainbowZephyr opened this issue Jan 30, 2024 · 1 comment
Open

Avro EOF Error #196

RainbowZephyr opened this issue Jan 30, 2024 · 1 comment

Comments

@RainbowZephyr
Copy link

Hello, I am having a bit of an issue running functions in Python with Avro. I am creating a message from Java that is serialized using a schema file without compression that should be processed by a python function. After some tinkering around, the only way to get avro to deserialize was to use schemaless_reader function not the normal reader, however this keeps throwing:

EOF Expected 1464521417000 bytes, read 98350

If I try to use the normal reader from fastavro, it throws an error indicating that it can't read the header.

What should I do in this case?

@BewareMyPower
Copy link
Contributor

What's the Python client version you used? Could you show the specific steps to reproduce with Python clients, not Python Functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants