JingsongLi commented on a change in pull request #10381: [FLINK-14513][hive]
Implement listPartitionsByFilter to HiveCatalog
URL: https://github.com/apache/flink/pull/10381#discussion_r355274831
##########
File path:
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/connectors/hive/HiveTableSource.java
##########
@@ -74,12 +77,11 @@
private final JobConf jobConf;
private final ObjectPath tablePath;
private final CatalogTable catalogTable;
+ // Remaining partition specs after partition pruning is performed. Null
if pruning is not pushed down.
+ @Nullable
+ private List<Map<String, String>> remainingPartitions = null;
private List<HiveTablePartition> allHivePartitions;
Review comment:
`allHivePartitions` can be a local field.
----------------------------------------------------------------
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