venkatamandavilli-code commented on issue #39927: URL: https://github.com/apache/superset/issues/39927#issuecomment-4471332681
Thanks for reporting this issue and sharing the details. This looks like it may be related to how Superset is handling dashboard/chart state after the filter or refresh action runs. In some cases, the UI can briefly keep older cached values if the chart refresh and state update are not fully synchronized. It may be worth checking whether the issue still happens after a hard refresh, with cache disabled, or in a separate browser session. That could help confirm whether this is related to cached query results, frontend state refresh, or the filter initialization flow. A small regression test around repeated filter changes and chart refresh behavior might also help prevent this from coming back in future releases. Thanks again for documenting it clearly. -- 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]
