mirror of
https://github.com/nushell/nushell.git
synced 2025-02-07 22:19:30 +01:00
Addresses some null handling issues in #6882 # Description This changes the implementation of guessing a column type when a schema is not specified. New behavior: 1. Use the first non-Value::Nothing value type for the columns data type 2. If the value type changes (ignoring Value::Nothing) in subsequent values, the datatype will be changed to DataType::Object("Value", None) 3. If a column type does not have a value type, DataType::Object("Value", None) will be assumed. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |