kristw commented on a change in pull request #5848: fix sqlab progress bar and
status inconsistency
URL:
https://github.com/apache/incubator-superset/pull/5848#discussion_r216495776
##########
File path: superset/assets/src/SqlLab/reducers.js
##########
@@ -157,7 +157,7 @@ export const sqlLabReducer = function (state = {}, action)
{
progress: 100,
results: action.results,
rows,
- state: action.query.state,
+ state: 'rendering',
Review comment:
Is this where the code was setting state to `success` earlier?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]