You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(aws_s3 sink): add Parquet encoder with schema_file and auto infer schema support (#25156)
* feat(codecs): add Parquet encoder with schema_file and schema_mode support
* fix broken tests
* remove benches stuff
* fix the integration tests
* Add compression level to compression type
* update teh aws_s3.cue file
* Minor updates based on my own PR review of szibis initial PR
* fix minor issue from batch encoder
* fix tests from szibis PR
* Fix the tests
* Fix cargo fmt and deny issues
* fix cargo markdown and license errors
* Revert cargo.lock serde_json back to what it was
* rebuild cargo.lock, don't want to pull in non needed upgrades
* update warning and licenses
* revert weird test updates
* merge internal_events
* cargo fmt fix
* Throw a validation error if someone tries to use arrow encoding with amazon s3 sink
* update licenses after re-installing dd-rust-license-tool
* Short circuit when there's a serialization error instead of just emitting an error
* PR comments feedback
* emit dropped events metric when there's an error in encoding
* put JsonSerializationError under parquet feature
* emit ArrowWriterError and dropped events
* remove formatting changes in cargo.toml
* Apply suggestions from May's code review
Co-authored-by: May Lee <may.lee@datadoghq.com>
* remove whitespace updates from lib/codecs/cargo.toml
---------
Co-authored-by: May Lee <may.lee@datadoghq.com>
tikv-jemalloc-sys,https://github.com/tikv/jemallocator,MIT OR Apache-2.0,"Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, The TiKV Project Developers"
760
765
tikv-jemallocator,https://github.com/tikv/jemallocator,MIT OR Apache-2.0,"Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, Simon Sapin <simon.sapin@exyr.org>, Steven Fackler <sfackler@gmail.com>, The TiKV Project Developers"
761
766
time,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <open-source@jhpratt.dev>, Time contributors"
0 commit comments