We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762de72 commit 50d84d1Copy full SHA for 50d84d1
sdk/python/feast/infra/offline_stores/contrib/clickhouse_offline_store/clickhouse.py
@@ -211,7 +211,7 @@ def pull_all_from_table_or_query(
211
# https://github.com/feast-dev/feast/issues/5707
212
# Not an ideal solution, but least invasion into existing codebase
213
if config.offline_store.deduplicate_pushdown:
214
- logger.warning(
+ logger.info(
215
"""
216
deduplicate_pushdown optimization is set to True in ClickhouseOfflineStoreConfig.
217
Calling pull_latest_from_table_or_query instead of pull_all_from_table_or_query.
0 commit comments