rusackas commented on PR #41960: URL: https://github.com/apache/superset/pull/41960#issuecomment-4968658981
@sadpandajoe @rebenitez1802 good catch, both. `_get_drill_detail` never reads or reassigns `query_obj.filter`, so this test couldn't have caught #28562 regardless of how it's written. Moved it to its own `test_query_actions.py` and reframed the docstring/name so it's explicit this is a characterization test of that pass-through behavior, not a reproduction of the reported bug. The actual root cause is still unconfirmed and likely upstream in the payload assembly, not in this function. -- 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]
