Caizhi Weng created FLINK-27580: ----------------------------------- Summary: Implement filter pushdown for TableStoreHiveStorageHandler Key: FLINK-27580 URL: https://issues.apache.org/jira/browse/FLINK-27580 Project: Flink Issue Type: Sub-task Reporter: Caizhi Weng
Filter pushdown is a critical optimization for sources as it can decrease number of records to read. Hive provides a {{HiveStoragePredicateHandler}} interface for this purpose. We need to implement this interface in {{TableStoreHiveStorageHandler}}. -- This message was sent by Atlassian Jira (v8.20.7#820007)