bobbai00 commented on code in PR #5751:
URL: https://github.com/apache/texera/pull/5751#discussion_r3487554865
##########
frontend/src/app/workspace/service/agent/agent.service.ts:
##########
@@ -1311,7 +1274,10 @@ export class AgentService {
}
/**
- * Fetch operator results from the backend (fallback if WebSocket data not
available).
+ * Pull the agent's latest operator result summaries from the backend and
push
+ * them to `operatorResultSummaries$`. Called on demand when the UI needs to
+ * show results (e.g. opening an operator's popover); results are no longer
+ * pushed over the WebSocket.
*/
Review Comment:
Done — removed operatorResults from the headChange frame entirely (the
WsServerHeadChangeEvent type, the /checkout broadcast, and the frontend
handler), so results are now pull-only over HTTP and the doc
comment holds.
--
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]