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
reata
changed the title
Column lineage for CAST does not work for "Type(*)" syntax
Column lineage does not work for CAST to Parameterized Data Type
May 1, 2023
I guess the issus is that "Type()" is recognized as a subquery, instead of a type in "CAST(col AS Type())"
Input SQL:
Expected Output:
Current Output:
<default>.tbl_dst.col1 <- name
The text was updated successfully, but these errors were encountered: