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/05 05:52:44 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner

KurtYoung commented on a change in pull request #10315: [FLINK-14552][table] Enable partition statistics in blink planner
URL: https://github.com/apache/flink/pull/10315#discussion_r354119229
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/schema/TableSourceTable.scala
 ##########
 @@ -50,7 +53,8 @@ class TableSourceTable[T](
     statistic: FlinkStatistic,
     val tableSource: TableSource[T],
     val isStreamingMode: Boolean,
-    val catalogTable: CatalogTable)
+    val catalogTable: CatalogTable,
+    val tableIdentifier: Option[ObjectIdentifier])
 
 Review comment:
   I think `names` already played this role

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