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 2020/02/17 10:35:01 UTC

[GitHub] [flink] wuchong commented on a change in pull request #11101: [FLINK-16068][table-planner-blink] Fix computed column with escaped k…

wuchong commented on a change in pull request #11101: [FLINK-16068][table-planner-blink] Fix computed column with escaped k…
URL: https://github.com/apache/flink/pull/11101#discussion_r380102030
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/catalog/CatalogTableITCase.scala
 ##########
 @@ -448,6 +448,55 @@ class CatalogTableITCase(isStreamingMode: Boolean) extends AbstractTestBase {
     assertEquals(expected.sorted, TestCollectionTableFactory.RESULT.sorted)
   }
 
+  @Test
+  def testComputedColumnWithEscapedKeywordField(): Unit = {
 
 Review comment:
   We don't need to introduce a whole new IT case for this, we can just update the existing `testInsertSourceTableWithUserDefinedFuncField` to have a keyword field. IT case is expensive and should be avoid as much as possible. 

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