You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support type coercion for timestamp and utf8 (#4312)
* Support Time32 and Time64 for Type Coercion
* Revert "Support Time32 and Time64 for Type Coercion"
This reverts commit a46b97e.
* Implement Time32 and Time64 in hash_join and hash_util
* Add review comments
* Qualify TimeUnits
* Changes in proto to provide full support for Time32 and Time64
* Add test to ensure Time32 and Time64 are fully supported
* Add support for type coercion for pair (Timestamp, Utf8) and add corresponding test cases
* Implement Time32 and Time64 in hash_join and hash_util
* Add review comments
* Changes in proto to provide full support for Time32 and Time64
* Add test to ensure Time32 and Time64 are fully supported
* Add support for type coercion for pair (Timestamp, Utf8) and add corresponding test cases
* Revert to_proto.rs
* Revert to_proto.rs
* Revert timestamp.rs
* Revert mod.rs
* Revert select.rs
* Revert group_by.rs
* Revert aggregates.rs
* Delete generated file
0 commit comments