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/11/08 02:10:11 UTC

[GitHub] [flink] KurtYoung commented on a change in pull request #10119: [FLINK-14656] [table-planner-blink] blink planner should also fetch catalog statistics for permanent CatalogTableImpl

KurtYoung commented on a change in pull request #10119: [FLINK-14656] [table-planner-blink] blink planner should also fetch catalog statistics for permanent CatalogTableImpl
URL: https://github.com/apache/flink/pull/10119#discussion_r343961824
 
 

 ##########
 File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/catalog/DatabaseCalciteSchema.java
 ##########
 @@ -136,7 +136,7 @@ private Table convertTemporaryTable(
 				return convertSinkTable(connectorTable);
 			}
 		} else if (table instanceof CatalogTable) {
-			return convertCatalogTable(tablePath, (CatalogTable) table, null);
+			return convertCatalogTable(tablePath, (CatalogTable) table, null, TableStats.UNKNOWN);
 
 Review comment:
   Is is possible for temporary tables also have table stats? 
   @dawidwys What do you think about this?

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