XComp commented on code in PR #20663: URL: https://github.com/apache/flink/pull/20663#discussion_r962985807
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/delegation/PlannerContext.java: ########## @@ -187,7 +187,7 @@ public FlinkCalciteCatalogReader createCatalogReader(boolean lenientCaseSensitiv } final SqlParser.Config newSqlParserConfig = - SqlParser.configBuilder(sqlParserConfig).setCaseSensitive(caseSensitive).build(); + SqlParser.config().withCaseSensitive(caseSensitive); Review Comment: args...good that you had another look. You're right. I missed that one. :facepalm: -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org