Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
邬行泽 authored and 邬行泽 committed Oct 11, 2024
1 parent e973301 commit c2cd9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ object ExpressionConverter extends SQLConfHelper with Logging {
case c: Cast =>
CastTransformer(
substraitExprName,
replaceWithExpressionTransformer0(newCast.child, attributeSeq, expressionsMap),
replaceWithExpressionTransformer0(c.child, attributeSeq, expressionsMap),
c)
case s: String2TrimExpression =>
val (srcStr, trimStr) = s match {
Expand Down

0 comments on commit c2cd9ee

Please sign in to comment.