slinkydeveloper commented on a change in pull request #17204:
URL: https://github.com/apache/flink/pull/17204#discussion_r709160468
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkPlannerImpl.scala
##########
@@ -156,6 +156,10 @@ class FlinkPlannerImpl(
}
richExplain.setOperand(0, validatedStatement)
richExplain
+ // Insert requires validation but no row validation
Review comment:
@Airblader unfortunately I had to resort to this code, because the
`validator.validate(sqlNode)` will have the side effect of performing
additional validation on the rows (which breaks several tests). Does it makes
sense?
--
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]