SteNicholas commented on a change in pull request #19179:
URL: https://github.com/apache/flink/pull/19179#discussion_r831998386



##########
File path: 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/serde/RexNodeJsonSerializer.java
##########
@@ -397,6 +398,9 @@ static void serializeSqlOperator(
             // stack is exposed to the user and can thus be external.
             gen.writeStringField(
                     FIELD_NAME_INTERNAL_NAME, 
BuiltInSqlOperator.toQualifiedName(operator));
+            if (operator.getName().isEmpty()) {

Review comment:
       Why does `FIELD_NAME_SQL_KIND` field need the check whether the operator 
name is empty?




-- 
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