eschutho commented on PR #43520: URL: https://github.com/apache/superset/pull/43520#issuecomment-5413288937
@richardfogaca — assigning you as reviewer here. 🦉 **Why you:** this touches `superset/common/query_object.py` (chart-data / query-object path), and you have the freshest context on this exact area — you reviewed apache#41909 (the `query_object_factory` fix that suppressed the same class of noisy prod deprecation-warning logs) and the recent chart-data/data-api PRs from the same author (#43081, #43517). **Scope:** small, log-level-only — the four `logger.warning` deprecation notices in `_rename_deprecated_fields` / `_move_deprecated_extra_fields` downgraded to `logger.info`. No behavior change; fields are still renamed/moved as before. Mirrors the pre-existing `info`-level precedent for `_get_post_processing`'s "unsupported option" line (established in #42927). No rush — CI is green so far (nothing failing, a few checks still running). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
