This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 8809dae280 perf: Improve performance of ltrim, rtrim, btrim (#19551)
add 2ac032b40d fix: emit empty RecordBatch for empty file writes (#19370)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/dataframe/mod.rs | 2 +
.../core/src/datasource/file_format/arrow.rs | 93 ++++++++++++++++++++++
datafusion/core/src/datasource/file_format/csv.rs | 62 +++++++++++++++
datafusion/core/src/datasource/file_format/json.rs | 42 ++++++++++
.../core/src/datasource/file_format/parquet.rs | 22 +++++
datafusion/datasource/src/write/demux.rs | 17 ++++
6 files changed, 238 insertions(+)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]