kurnoolsaketh commented on code in PR #10594:
URL: https://github.com/apache/flink/pull/10594#discussion_r1185567460


##########
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/calls/ScalarOperatorGens.scala:
##########
@@ -1287,12 +1287,16 @@ object ScalarOperatorGens {
            |boolean $nullTerm;
            |if (${condition.resultTerm}) {
            |  ${trueAction.code}
-           |  $resultTerm = ${trueAction.resultTerm};
+           |  if (!${trueAction.nullTerm}) {

Review Comment:
   @libenchao @JingsongLi 
   
   Hello! This might be a bit unrelated, but I am developing on flink and I am 
also running into a very similar `VerifyError` pointing to a Janino code 
generated method (specifically in the Flink protobuf row serialization 
codepath). How did you workaround/resolve this issue?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to