Skip to content

Commit 50d84d1

Browse files
committed
use info, since it's an intended path too
Signed-off-by: lukas.valatka <[email protected]>
1 parent 762de72 commit 50d84d1

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/offline_stores/contrib/clickhouse_offline_store

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/offline_stores/contrib/clickhouse_offline_store/clickhouse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def pull_all_from_table_or_query(
211211
# https://github.com/feast-dev/feast/issues/5707
212212
# Not an ideal solution, but least invasion into existing codebase
213213
if config.offline_store.deduplicate_pushdown:
214-
logger.warning(
214+
logger.info(
215215
"""
216216
deduplicate_pushdown optimization is set to True in ClickhouseOfflineStoreConfig.
217217
Calling pull_latest_from_table_or_query instead of pull_all_from_table_or_query.

0 commit comments

Comments
 (0)