This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 827cab921 Fix code generation for json feature (#3367)
add 751cbc896 3307 add tinyint and unsigned int variants (#3359)
No new revisions were added by this update.
Summary of changes:
datafusion/core/tests/sql/cast.rs | 69 +++++++++++++++++++++
datafusion/core/tests/sql/explain_analyze.rs | 62 +++++++++----------
datafusion/core/tests/sql/mod.rs | 9 ++-
datafusion/sql/src/planner.rs | 91 +++++++++++-----------------
docs/source/user-guide/sql/data_types.md | 68 +++++++++++----------
5 files changed, 177 insertions(+), 122 deletions(-)
create mode 100644 datafusion/core/tests/sql/cast.rs