Skip to content

Commit 654e8b2

Browse files
author
hehuiyuan
committed
1
1 parent e7a83a3 commit 654e8b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/TableEnvHiveConnectorITCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ public void testReadHiveDataWithEmptyMapForHiveShim20X() throws Exception {
547547
String.format(
548548
"create external table src_t (a string, b map<string, string>) stored as %s location 'file://%s'",
549549
format, folderURI));
550+
550551
List<Row> results =
551552
CollectionUtil.iteratorToList(
552553
tableEnv.sqlQuery("select * from src_t").execute().collect());

0 commit comments

Comments
 (0)