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/10/26 06:50:54 UTC

[GitHub] [flink] fsk119 commented on a change in pull request #13771: [FLINK-19789][hive] Migrate Hive connector to new table source sink interface

fsk119 commented on a change in pull request #13771:
URL: https://github.com/apache/flink/pull/13771#discussion_r511743424



##########
File path: flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PushPartitionIntoTableSourceScanRule.java
##########
@@ -239,46 +239,40 @@ public RexNode visitInputRef(RexInputRef inputRef) {
 		// get partitions from table/catalog and prune
 		Optional<Catalog> catalogOptional = context.getCatalogManager().getCatalog(tableSourceTable.tableIdentifier().getCatalogName());
 		List<Map<String, String>> remainingPartitions;

Review comment:
       Unused field `remainingPartitions`




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