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/12/26 01:58:45 UTC

[GitHub] [flink] danny0405 commented on a change in pull request #10680: [FLINK-15125][table-planner-blink] PROCTIME() computed column defined…

danny0405 commented on a change in pull request #10680: [FLINK-15125][table-planner-blink] PROCTIME() computed column defined…
URL: https://github.com/apache/flink/pull/10680#discussion_r361350160
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/catalog/CatalogTableITCase.scala
 ##########
 @@ -655,8 +660,7 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends AbstractTestBase {
         |create table t1(
         |  a int,
         |  b int,
-        |  c as proctime,
-        |  primary key(a)
+        |  c as proctime()
 
 Review comment:
   There is already a test there`testReadWriteCsvUsingDDL`, did it ever fails in the test ?

----------------------------------------------------------------
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