This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 1fc7769814 fix: Ignore empty files in ListingTable when listing files
with or without partition filters, as well as when inferring schema (#13750)
add 01ffb6476b Support Null regex override in csv parser options. (#13228)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/Cargo.lock | 1 +
datafusion/common/src/config.rs | 3 +
datafusion/core/Cargo.toml | 1 +
datafusion/core/benches/csv_load.rs | 10 +
datafusion/core/src/datasource/file_format/csv.rs | 81 ++++++++-
.../core/src/datasource/file_format/options.rs | 12 +-
.../aggregate_test_100_with_nulls.csv} | 202 ++++++++++-----------
.../proto-common/proto/datafusion_common.proto | 9 +-
datafusion/proto-common/src/from_proto/mod.rs | 2 +
datafusion/proto-common/src/generated/pbjson.rs | 18 ++
datafusion/proto-common/src/generated/prost.rs | 98 +++++-----
datafusion/proto-common/src/to_proto/mod.rs | 1 +
.../proto/src/generated/datafusion_proto_common.rs | 11 +-
datafusion/proto/src/logical_plan/file_formats.rs | 6 +
14 files changed, 292 insertions(+), 163 deletions(-)
copy datafusion/core/tests/data/{aggregate_test_100_order_by_c1_asc.csv =>
csv/aggregate_test_100_with_nulls.csv} (83%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]