LevisNgigi commented on code in PR #36639:
URL: https://github.com/apache/superset/pull/36639#discussion_r2639245350


##########
superset-frontend/src/components/Chart/chartAction.js:
##########
@@ -494,10 +503,7 @@ export function exploreJSON(
             }),
           );
         };
-        if (response.name === 'AbortError') {
-          appendErrorLog('abort');

Review Comment:
   Yes, this was intentional. Prevents aborted chart requests from being 
treated as errors. Abort-related responses are handled as expected control-flow 
(chartUpdateStopped) while real failures continue to surface unchanged via 
chartUpdateFailed, including in Global Async Query mode.



-- 
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]

Reply via email to