Skip to content

Commit

Permalink
Update GenerateExpression after merge with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lesters committed Nov 14, 2024
1 parent 8e56319 commit 420b943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public DataType setInputType(DataType inputType, VerificationContext context) {

@Override
public DataType setOutputType(DataType outputType, VerificationContext context) {
return super.setOutputType(DataType.STRING, outputType, context);
return super.setOutputType(DataType.STRING, outputType, null, context);
}

@Override
Expand Down

0 comments on commit 420b943

Please sign in to comment.