issues
search
elodina
/
go-avro
Apache Avro for Golang
http://elodina.github.io/go-avro/
Apache License 2.0
128
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
datum_reader findAndSet
#94
wangshao1
opened
6 years ago
0
Respect namespace for the field
#93
dejan
closed
4 years ago
0
Streaming file reader
#92
crast
closed
6 years ago
0
NewDataFileReader returns all nil values on fields and ends with "Block read is unfinished"
#91
RoarkeRandall
opened
7 years ago
4
Bug Report
#90
ColaMint
opened
7 years ago
1
Fix type check for codegen field defaults
#89
davidtime
opened
7 years ago
1
AVSC file reusing schema
#88
BenFradet
closed
7 years ago
1
[Question] binary without schema embedded
#87
MarcMagnin
opened
7 years ago
4
Invalid default value for duration field of type long
#86
StarpTech
opened
7 years ago
4
End of file reached
#85
mrauter
opened
7 years ago
1
Convert ptr type refs to values before asking for NumField, Field
#84
atharrison
closed
8 years ago
0
Codegen - Generate schema dependent record
#83
AlbinOS
opened
8 years ago
1
Finish the validation
#82
qoshi
opened
8 years ago
0
Add enumSchema validate
#81
qoshi
closed
8 years ago
0
Fix encoding of 'fixed' type. Fixes #78
#80
crast
opened
8 years ago
0
GenericDatumWriter does not error if string not in list of symbols
#79
irshusdock
opened
8 years ago
0
GenericDatumWriter encodes Fixed type as Bytes type
#78
irshusdock
opened
8 years ago
0
Encoding speedups for strings and bools
#77
crast
opened
8 years ago
1
Support absolute name type references.
#76
crast
closed
8 years ago
1
Fix a panic decoding arrays with SpecificDatumReader
#75
crast
closed
8 years ago
1
A fix to the GenericRecord::Map() method that gets called while doing a
#74
spirentNilesh
closed
8 years ago
1
Drop Go 1.1, 1.2 support, add Go 1.6 support
#73
serejja
closed
8 years ago
0
Implement prepared schemas for faster decoding
#72
crast
closed
8 years ago
4
Codestyle
#71
serejja
closed
8 years ago
0
Fix reflectMap data race
#70
serejja
closed
8 years ago
4
Fix data race in enum code. Refs #68.
#69
crast
closed
8 years ago
0
Issues in enum caching code.
#68
crast
opened
8 years ago
4
Faster decoding of arrays in SpecificDatumReader
#67
crast
closed
8 years ago
1
Datum reader improvements
#66
serejja
closed
8 years ago
0
Fixed stealthly occurrences after repo transfer
#65
serejja
closed
8 years ago
0
Data File Support: cleanup, fix bugs, add writer
#64
crast
closed
8 years ago
1
Move `test_data` file to avoid building it into package
#63
crast
closed
8 years ago
0
package changes to match the github transfer
#62
joestein
closed
8 years ago
0
Avoids runtime panic out of bounds error when decoding unionised enums
#61
user-dotcom
closed
8 years ago
1
Added GetFullName convenience function
#60
serejja
closed
9 years ago
0
codegen can not create go structs with `union` schema
#59
syslot
closed
9 years ago
6
Generating a 64-bit Rabin Fingerprint (as recommended in the Avro * spec) of a byte string
#58
astrekalova
opened
9 years ago
1
replace backquotes in avro godoc for codegen
#57
serejja
closed
9 years ago
0
Fix invalid datum reader/writer behavior on empty arrays/maps
#56
serejja
closed
9 years ago
0
Add array out-of-bounds checks when decoding Longs and Ints
#55
erimatnor
closed
9 years ago
0
Has go<>java binary avro interop been verified?
#54
mrwilby
closed
9 years ago
5
Fixed panic when schema field name is missing
#53
serejja
closed
9 years ago
0
Panic when name is omitted
#52
mrwilby
closed
9 years ago
3
Can the code gen handle maps (et al)?
#51
mrwilby
closed
9 years ago
2
Remove Tell() from the Encoder interface
#50
crast
closed
9 years ago
0
Do some speedups for varint encoding
#49
crast
closed
9 years ago
0
Proposed API updates/breakages
#48
crast
opened
9 years ago
5
adding arbitrary properties on schemafields
#47
barnjamin
closed
8 years ago
8
My master
#46
hobofan
closed
9 years ago
1
Optimize findField operation heavily using a type map
#45
crast
closed
9 years ago
1
Next