kz930 opened a new issue, #8508: URL: https://github.com/apache/texera/issues/8508
### Feature Summary The verification compares what the two paths produced, but a visualization operator produces no table. It writes a plotly figure and an HTML page, and neither is a frame the table comparison can read, so every chart is outside what the run can check. ### Proposed Solution or Design A chart's meaning is in the numbers behind it, so the comparison reads those rather than the rendered picture, which would fail over a layout detail that carries no meaning. The figure is compared trace by trace. The page needs two things normalized away first, neither of which is markup the operator chose: a Styler id, which pandas regenerates on every run, and the line ending, which is whichever the platform that wrote the file uses. -- 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]
