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 e0222f0727 Clarify email reply instructions for invitations (#17851)
add 6a61304916 fix: ignore `DataType::Null` in possible types during csv
type inference (#17796)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/datasource/file_format/csv.rs | 112 +++++++++++++++++++--
.../some_empty_with_header/a_empty.csv} | 0
.../data/empty_files/some_empty_with_header/b.csv | 3 +
.../some_empty_with_header/c_nulls_column.csv} | 1 +
datafusion/datasource-csv/src/file_format.rs | 14 ++-
datafusion/sqllogictest/test_files/ddl.slt | 6 +-
6 files changed, 122 insertions(+), 14 deletions(-)
copy datafusion/core/tests/data/{empty.csv =>
empty_files/some_empty_with_header/a_empty.csv} (100%)
create mode 100644
datafusion/core/tests/data/empty_files/some_empty_with_header/b.csv
copy datafusion/core/tests/data/{empty.csv =>
empty_files/some_empty_with_header/c_nulls_column.csv} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]