jnh5y commented on code in PR #25186: URL: https://github.com/apache/flink/pull/25186#discussion_r1711539500
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/schema/CatalogSourceTable.java: ########## @@ -119,7 +119,7 @@ public RelNode toRel(ToRelContext toRelContext) { !schemaTable.isStreamingMode(), context.getTableConfig(), relBuilder, - schemaTable.getContextResolvedTable(), + catalogTable, Review Comment: Neat. So the resolved table does not include the hints? Does the output of `computeContextResolvedTable` contain anything else of interest? (AKA, are we going to come back for something like OPTIONS later?) -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org