raminqaf commented on code in PR #27132:
URL: https://github.com/apache/flink/pull/27132#discussion_r2444156070


##########
docs/content/docs/dev/table/materialized-table/statements.md:
##########
@@ -204,22 +223,22 @@ CREATE MATERIALIZED TABLE my_materialized_table_continuous
         'partition.fields.ds.date-formatter' = 'yyyy-MM-dd'
     )
     FRESHNESS = INTERVAL '10' SECOND
-    AS 
-    SELECT 
+    AS
+    SELECT

Review Comment:
   In the unparse method of `SqlCreateMaterializedTable` we add indent
   ```
           writer.newlineAndIndent();
           writer.keyword("AS");
           writer.newlineAndIndent();
   ```



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