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 codec enhancements + Avro Reader #6965

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7d4e6fd
Added basic support for arrow -> avro codec along with beginnings of …
jecsand838 Dec 28, 2024
36d56a9
Added codec support + tests for:
jecsand838 Dec 30, 2024
36b4b73
Added reader record decoder support for non-null Enum, Map, and Decim…
jecsand838 Dec 31, 2024
9d0bf4c
Added reader record decoder support for non-null Enum, Map, and Decim…
jecsand838 Dec 31, 2024
082581a
Added reader record decoder support for non-null Enum, Map, and Decim…
jecsand838 Dec 31, 2024
6647b25
Added null support
jecsand838 Dec 31, 2024
9cfda09
* Reader decoder Support for nullable types.
jecsand838 Dec 31, 2024
84ffb62
* Minor Cleanup
jecsand838 Dec 31, 2024
8600680
* Added record decoder support for the following types:
jecsand838 Dec 31, 2024
2792037
Merge pull request #1 from elastiflow/avro-codec-improvements
svencowart Jan 3, 2025
3029efc
Merge branch 'apache:main' into avro-codec
jecsand838 Jan 3, 2025
01e5224
Merge branch 'apache:main' into avro-codec
jecsand838 Jan 6, 2025
8331058
Minor cleanup
jecsand838 Jan 6, 2025
c54de48
chore: import cleanup and formatting
svencowart Jan 7, 2025
fc696c8
chore: simplifies and cleans code
svencowart Jan 7, 2025
81d7bba
ran linter
jecsand838 Jan 10, 2025
03bd5f0
Merge branch 'apache:main' into avro-codec
jecsand838 Jan 10, 2025
eeabc49
Merge branch 'apache:main' into avro-codec
jecsand838 Jan 13, 2025
1bc9a51
Removed Avro writer module and Avro writer related logic from codec.rs
jecsand838 Jan 13, 2025
b157584
chore: clean up UUIDs and Durations
svencowart Jan 14, 2025
8d0fe77
chore: clean up UUIDs Durations
svencowart Jan 14, 2025
0496dcf
add aliases to record fields
svencowart Jan 14, 2025
7208f78
Merge branch 'apache:main' into avro-codec
jecsand838 Jan 14, 2025
92e105f
* Fixed size issue in codec.rs fixed type decimal
jecsand838 Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading