You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/28 04:09:43 UTC

[GitHub] [flink] wuchong commented on a change in pull request #8901: [FLINK-13003][table-planner-blink] Support Temporal TableFunction Join in blink planner

wuchong commented on a change in pull request #8901: [FLINK-13003][table-planner-blink] Support Temporal TableFunction Join in blink planner
URL: https://github.com/apache/flink/pull/8901#discussion_r298446897
 
 

 ##########
 File path: flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java
 ##########
 @@ -73,7 +73,7 @@ public void before() {
 
 	@Test
 	public void testCreateTable() {
-		check("CREATE TABLE tbl1 (\n" +
+		check("CREATE TABLE db.tbl1 (\n" +
 
 Review comment:
   A mistake ...

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services