snuyanzin commented on code in PR #28290:
URL: https://github.com/apache/flink/pull/28290#discussion_r3448173732
##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkDDLDataTypeTest.java:
##########
@@ -546,7 +546,11 @@ public void checkUnparsed(String sql, String
expectedUnparsed) {
SqlNodeList columns = sqlCreateTable.getColumnList();
assertThat(columns.size()).isEqualTo(1);
SqlDataTypeSpec dataTypeSpec = ((SqlRegularColumn)
columns.get(0)).getType();
- SqlWriter sqlWriter = new
SqlPrettyWriter(factory.createSqlDialect(), false);
+ SqlWriter sqlWriter =
Review Comment:
just replace deprecated constructor
--
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]