-
Notifications
You must be signed in to change notification settings - Fork 202
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
[BUG] S3 Sink Avro Output issues #3158
Comments
The Avro codec does not work with union types, nor is there any support for it in the code. Lines 192 to 227 in 60f69b3
|
For the timestamp in the file name, the same behavior is seen with ndjson so it doesn't look related to avro, rather S3 sink as a whole |
2 tasks
#3171 fixes number 3 |
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Aug 18, 2023
…a is null. Auto-generate schemas that are nullable so that null values can be included in these schemas. Resolves part of opensearch-project#3158. Signed-off-by: David Venable <[email protected]>
4 tasks
PR #3194 fixes item 2. |
dlvenable
added a commit
that referenced
this issue
Aug 18, 2023
…a is null. Auto-generate schemas that are nullable so that null values can be included in these schemas. Resolves part of #3158. (#3194) Signed-off-by: David Venable <[email protected]>
dlvenable
added a commit
to dlvenable/data-prepper
that referenced
this issue
Aug 18, 2023
…f compression is internal, does not utilize. Resolves opensearch-project#3158. Signed-off-by: David Venable <[email protected]>
4 tasks
Item 1 should be resolved by #3196. |
dlvenable
added a commit
that referenced
this issue
Aug 21, 2023
…f compression is internal, does not utilize. Resolves #3158. (#3196) Signed-off-by: David Venable <[email protected]>
github-project-automation
bot
moved this from Unplanned
to Done
in Data Prepper Tracking Board
Aug 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A few bugs found for S3 Sink Avro output codecs:
compression: gzip
specified, the files are still uploaded with just a.avro
suffix. This should be.avro.gz
To Reproduce
Sink config:
Screenshots
File name times example:
The text was updated successfully, but these errors were encountered: