snuyanzin commented on code in PR #27158:
URL: https://github.com/apache/flink/pull/27158#discussion_r2465441353


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlDdlToOperationConverterTest.java:
##########
@@ -880,13 +880,13 @@ void testCreateTableWithFullDataTypes() {
                         createTestItem(
                                 "ROW<f0 INT NOT NULL, f1 BOOLEAN>",
                                 DataTypes.ROW(
-                                        DataTypes.FIELD("f0", DataTypes.INT()),
+                                        DataTypes.FIELD("f0", 
DataTypes.INT().notNull()),

Review Comment:
   Now align with what is mentioned in comment
   Seems it is a very old bug also mentioned at 
https://issues.apache.org/jira/browse/FLINK-13604



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