You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/10 20:45:36 UTC

[GitHub] [incubator-superset] khtruong commented on issue #7843: Quick fix for Presto queries stuck in infinite loop

khtruong commented on issue #7843: Quick fix for Presto queries stuck in infinite loop
URL: https://github.com/apache/incubator-superset/pull/7843#issuecomment-510222103
 
 
   As we discussed briefly, the root issue is that datum/data does not have the array columns which is what causes the infinite loop to occur. I think the true fix will lie in the function `_process_array_data`. In there, the code takes the original rows of data we get back. It inserts additional rows to expand the array data. These expanded rows will have the full set of expanded columns while the original rows may not. I think the fix would be to modify the original rows to also include all the expanded columns.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org