issues
search
linkedin
/
avro-util
Collection of utilities to allow writing java code that operates across a wide range of avro versions.
BSD 2-Clause "Simplified" License
76
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The variable for a union should use a valid identifier
#562
chadparry
opened
1 month ago
0
Schema names might not be Java valid identifiers
#561
chadparry
opened
1 month ago
0
Serializable StringListView
#560
li-ukumar
closed
2 months ago
0
Utf8 and String types supported in StringList√iew.addAll
#559
li-ukumar
closed
3 months ago
0
Add for utf8 method in String/Utf8/Charsequence ListViews
#558
li-ukumar
closed
4 months ago
0
[fast-avro][deserializer] Populate methods always with 'customization' argument
#557
krisso-rtb
closed
5 months ago
5
ensure FileReader `close()`es during avro parse
#556
dg-builder
closed
6 months ago
0
Override clear method in custom list views
#555
li-ukumar
closed
6 months ago
0
disable modifiable collection transformer for Maps
#554
li-ukumar
closed
7 months ago
1
NPEs thrown by serialization for mandatory fields could have better error messages
#553
FelixGV
opened
7 months ago
0
Map transformer used only if value is charseq
#552
li-ukumar
opened
7 months ago
0
Simplify and fix bugs in StreamUtil
#551
karthikrg
closed
8 months ago
1
optimize StreamUtil and fix the LimitingExecutor
#550
xiaoyu-yang-gh
closed
8 months ago
2
ColdPrimitive*List classes use correct schema.
#549
krisso-rtb
closed
8 months ago
1
fix StreamUtil to execute the map function for each batch in the thread pool
#548
xiaoyu-yang-gh
closed
8 months ago
2
Added handling of union type in AvscParser
#547
li-ukumar
closed
8 months ago
0
Updating default parsing in AvscParser
#546
li-ukumar
closed
8 months ago
1
[schema builder] don't generate ref'ed arrays and maps
#545
dg-builder
closed
9 months ago
0
Reduce keep alive time of thread pool to 100ms
#544
karthikrg
closed
9 months ago
1
Optimize StreamUtil by adding batching support
#543
karthikrg
closed
9 months ago
0
Add option in SchemaBuilder to ignore user defined json properties during codegen.
#542
li-ukumar
closed
8 months ago
2
Fix some cases not handled by schema name patching
#541
karthikrg
closed
9 months ago
1
Add ability to write avscs directly to streams/writers
#540
karthikrg
closed
9 months ago
1
Provide extension points for namespace, name and docs
#539
karthikrg
closed
9 months ago
0
[fast-avro] Schema evolution: complex fields changed to nullable
#538
krisso-rtb
closed
9 months ago
3
Improve performance of AvscSchemaWriter
#537
karthikrg
closed
9 months ago
0
Streaming collectors for stable performance
#536
karthikrg
closed
9 months ago
1
Improve performance of avro codegen
#535
karthikrg
closed
9 months ago
0
[fast-avro] FastGenericDatumReader forwards setSchema() to coldDeserializer
#534
krisso-rtb
closed
9 months ago
1
ci: Use GITHUB_OUTPUT envvar instead of set-output command
#533
arunsathiya
opened
9 months ago
0
Decouple schema parsing from code generation
#532
karthikrg
closed
9 months ago
1
Remove some concurrency and performance bottlenecks in SpecificRecordGenerator
#531
karthikrg
closed
9 months ago
1
Canonicalization : sorting json property values by key if they are object type
#530
li-ukumar
closed
9 months ago
0
Revert #525
#529
karthikrg
closed
9 months ago
0
Make java file write wait by using reduce instead of count
#528
karthikrg
closed
9 months ago
0
Performance improvements
#527
karthikrg
closed
9 months ago
0
codegen: Getters for collection fields no longer return unmodifiable collection
#526
li-ukumar
closed
8 months ago
1
Avro codegen : Split builder constructor and build() if #fields > 50
#525
li-ukumar
closed
11 months ago
1
initial impl for AvroRecordUtil.validateNestedSchemasConsistent
#524
radai-rosenblatt
closed
11 months ago
1
support up to avro 1.11.3, align behaviour on content-beyond-end-of-schema with vanilla 1.11.2+
#523
radai-rosenblatt
closed
11 months ago
1
fix complex default conversion - handle list
#522
dg-builder
closed
11 months ago
1
[fast-avro] Check in generated classes for avro-1.11
#521
gaojieliu
closed
1 year ago
1
Added serde customization support in Fast-Avro
#520
gaojieliu
closed
1 year ago
9
Adding fail-fast feature to fast-serde
#519
krisso-rtb
closed
1 year ago
4
Disable annotation processing in the runtime compiler
#518
nisargthakkar
closed
1 year ago
1
[fast-avro] Added a few serde optimization
#517
gaojieliu
closed
1 year ago
3
[fastserde] Logical types are now supported for avro version 1.9+
#516
krisso-rtb
closed
1 year ago
3
fast-generic-serializer supports 'enum' and 'fixed' types
#515
krisso-rtb
closed
1 year ago
1
[fast-avro] Added logic to split large method for fast serializer
#514
gaojieliu
closed
1 year ago
2
Added unit test to compile add generated class.
#513
li-ukumar
opened
1 year ago
1
Next