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
Is your feature request related to a problem? Please describe.
Currently the type check is very strict and thus not very user friendly. We need to support implicit casting and make it consistent with explicit casting. For example: if A can be converted to B implicitly, this should be done by explicit CAST function too.
Is your feature request related to a problem? Please describe.
Currently the type check is very strict and thus not very user friendly. We need to support implicit casting and make it consistent with explicit casting. For example: if A can be converted to B implicitly, this should be done by explicit CAST function too.
Cast function in PPL: opendistro-for-elasticsearch/sql#924
More SQL types supported:
Describe the solution you'd like
Relax the type check by well defined conversion rules.
Describe alternatives you've considered
Follow the strict data type grammar, such as TIMESTAMP(...).
The text was updated successfully, but these errors were encountered: