issues Search Results · repo:pluralsight/spavro language:Python
Filter by
10 results
(71 ms)10 results
inpluralsight/spavro (press backspace or delete to remove)Hi!
Thanks a lot for this exciting Cython extension for avro serialization! It makes my code approximately x2 faster.
But the next iteration of profiling shows the bottleneck in io.py (BytesIO.write) ...
izhukov1992
- 3
- Opened on Jun 15, 2023
- #17
I have a kafka stream of small avro documents, often only 1 entry but with very complex schema... performance is realy
bad (same for fastavro) root cause is schema parsing ... I understand that for standart ...
hrabalp
- 2
- Opened on Jul 4, 2021
- #14
There was a change in cpython which means that the cython bits need to be regenerated
src/spavro/fast_binary.c:29031:74: error: no member named tp_print in struct _typeobject
mariusvniekerk
- 1
- Opened on Oct 14, 2020
- #13
Hi,
I would like to be able to install this package with conda via conda-forge.
I am willing to create the recipe and submit it to conda-forge by following this guide. It won t be much work to create, ...
johnflavin
- 2
- Opened on Mar 16, 2020
- #12
I m sorry to come here with such a vague issue, but in cases where I have more than just a couple thousand rows spavro
is generating enormous files with lots of garbage on the end. A hex dump of the file ...
JohnEmhoff
- 2
- Opened on Feb 21, 2020
- #9
Does spavro support logical types? As far as I can tell the logicalType field is ignored and an error is thrown if
(e.g.) a datetime object is used instead of an int or whatever.
JohnEmhoff
- 8
- Opened on Feb 20, 2020
- #8
This is just a small quality of life improvement. Would it be possible to package binaries for common architectures with
spavro? We use spavro in a number of containers which are constantly being built ...
shawnsarwar
- 1
- Opened on Sep 27, 2018
- #6
Hello! I m new to Avro and Spavro, but thanks for a great library!
I ve just started playing around and testing the capabilities and possible use-cases for Avro by using the following toy
code (derived ...
grvhi
- 9
- Opened on Sep 25, 2018
- #5
I m able to replicate issue #3 running spavro 1.1.15. I m running it in pipenv so I m pretty sure I don t have an
out-dated dependency. The only apparent thing that s changed is the line number of the ...
shawnsarwar
- 1
- Opened on May 4, 2018
- #4
I m trying to serialize a message with its schema, but I m getting the following error from spavro:
Traceback (most recent call last):
File src/spavro/fast_binary.pyx , line 702, in spavro.fast_binary.get_writer ...
bug
shawnsarwar
- 13
- Opened on Apr 30, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.