Open HoKim98 opened 1 day ago
Attention: Patch coverage is 67.39130%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 77.92%. Comparing base (
1d3b204
) to head (082b869
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Applied StreamingWriteSource
and minimized the side-effects.
This PR allows end-users to use
SendableRecordBatchStream
andSchema
directly for writing or appending a dataset.It's vital to write&append async streams to a dataset.
Related Issues
Partially resolves #1792.
Side-effects
This PR has a side-effect like below.
Changed
StreamingWriteSource::into_stream_and_schema
.Added
reader_to_stream
but also supports Streams.reader_to_stream
,peek_stream_schema
) but also supports Streams.