Uros Stankovic created SPARK-48288:
--------------------------------------

             Summary: Add source data type to connector.Cast expression
                 Key: SPARK-48288
                 URL: https://issues.apache.org/jira/browse/SPARK-48288
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 4.0.0
            Reporter: Uros Stankovic


Currently, 
V2ExpressionBuilder will build connector.Cast expression from catalyst.Cast 
expression.
Catalyst cast have expression data type, but connector cast does not have it.
Since some casts are not allowed on external engine, we need to know source and 
target data type, since we want finer granularity to block some unsupported 
casts.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to