Taragolis commented on code in PR #38859:
URL: https://github.com/apache/airflow/pull/38859#discussion_r1557296225
##########
airflow/providers/apache/hive/operators/hive_stats.py:
##########
@@ -82,15 +81,6 @@ def __init__(
col_blacklist: list[str] | None | ArgNotSet = NOTSET,
**kwargs: Any,
) -> None:
- if col_blacklist is not NOTSET:
Review Comment:
You also need to remove `col_blacklist` argument and I guess fix some tests
after that
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]