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
Current SqlCallTransformer.getRelDataType(SqlNode) assumes that the parent SqlSelect is visited before determining the datatype of the child SqlNode, which is typically achieved by traversing the SqlNode tree using SqlShuttle. Ideally, its implementation should be updated to not rely on this assumption for determining the datatype of the child SqlNode.
The text was updated successfully, but these errors were encountered:
Current SqlCallTransformer.getRelDataType(SqlNode) assumes that the parent SqlSelect is visited before determining the datatype of the child SqlNode, which is typically achieved by traversing the SqlNode tree using SqlShuttle. Ideally, its implementation should be updated to not rely on this assumption for determining the datatype of the child SqlNode.
The text was updated successfully, but these errors were encountered: