kz930 commented on PR #8346: URL: https://github.com/apache/texera/pull/8346#issuecomment-5737583119
While fixing the same class of bug on #8504 I found one here: the exported gauge chart had only the per-row catch, so a value column that is not in the table reached pandas as a KeyError and ended the whole run, where the operator answers it with a "General error" page. The block now sits inside the same try, and the spec runs the exported code over a missing column, an empty table, a table of nulls and a table it can draw, holding each to the page the operator yields. -- 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]
