Skip to content

Commit

Permalink
[FLINK-13774][table-planner-blink] Fix Reinterpret bug of PlannerExpr…
Browse files Browse the repository at this point in the history
…essionConverter
  • Loading branch information
JingsongLi authored and wuchong committed Aug 29, 2019
1 parent 1e92322 commit 816233d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PlannerExpressionConverter private extends ApiExpressionVisitor[PlannerExp

case REINTERPRET_CAST =>
assert(children.size == 3)
Reinterpret(
return Reinterpret(
children.head.accept(this),
fromDataTypeToTypeInfo(
children(1).asInstanceOf[TypeLiteralExpression].getOutputDataType),
Expand Down

0 comments on commit 816233d

Please sign in to comment.