wuchong commented on a change in pull request #15151:
URL: https://github.com/apache/flink/pull/15151#discussion_r594164592
##########
File path:
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveDialectITCase.java
##########
@@ -308,7 +308,7 @@ public void testAlterTable() throws Exception {
// change location
String newLocation = warehouse + "/tbl1_new_location";
tableEnv.executeSql(
- String.format("alter table `default`.tbl1 set location '%s'",
newLocation));
+ String.format("alter table default.tbl1 set location '%s'",
newLocation));
Review comment:
Could you also add a test with escaption to make sure it also works?
```
`default`.tbl1
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]