Xiao-zhen-Liu commented on issue #4500: URL: https://github.com/apache/texera/issues/4500#issuecomment-4329059854
I agree that the current empty result message is not intuitive. We can improve the message, as @xuang7 's first suggested option. The second option is not currently possible in our engine (or in the future with cache enabled) because the results of those intermediate operators are simply not saved / cached. A user cannot see those results unless they rerun the workflow just for that specific non-cached operator's results. Additionally, in our ongoing caching work's design, we already have a symbol on the output ports to indicate whether result is available for that port (the yellow diamond.) On top of a better result-panel message, this will make the user experience even more intuitive. <img width="755" height="199" alt="Image" src="https://github.com/user-attachments/assets/8df010b1-7e04-4f36-9004-e01326dfc940" /> -- 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]
