KurtYoung commented on a change in pull request #10325: [FLINK-14512][table]
Introduce listPartitionsByFilter to Catalog
URL: https://github.com/apache/flink/pull/10325#discussion_r354654009
##########
File path:
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/schema/TableSourceTable.scala
##########
@@ -50,7 +51,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:
Same comment as in another PR, table identifier shouldn't be option in any
case
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services