fsk119 commented on code in PR #19329:
URL: https://github.com/apache/flink/pull/19329#discussion_r1058325472
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlToOperationConverterTest.java:
##########
@@ -2670,7 +2776,7 @@ private void prepareTable(
Schema.newBuilder()
.column("a", DataTypes.INT().notNull())
.column("b", DataTypes.BIGINT().notNull())
- .column("c", DataTypes.STRING())
+ .column("c", DataTypes.STRING().notNull())
Review Comment:
Because column c can be pk. So I convert it to not null. You can take a look
at `prepareTable`
--
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]