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


##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlCreateMaterializedTable.java:
##########
@@ -124,7 +124,7 @@ public Optional<SqlTableConstraint> getTableConstraint() {
         return Optional.ofNullable(tableConstraint);
     }
 
-    public SqlDistribution getDistribution() {
+    public @Nullable SqlDistribution getDistribution() {

Review Comment:
   since you've touched this class, can we do same for other nullable 
fields/methods?



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