grundprinzip commented on PR #39091: URL: https://github.com/apache/spark/pull/39091#issuecomment-1358101112
> 2\. create a new relation `GetObservation` for get `Observation` from cache with timeout. If we can get the metrics successfully, wrap the metrics with a local relation and return it to client. Today we simply stuff the metrics in the pandas data frame into the `pdf['attrs']` property. I'm wondering if we can just do the same here. I don't have enough experience if it's worth it to do another full round trip to the server for that. Can we experiment for now in just immediately returning them? The observed metrics should be relatively small so it should not be a big deal? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
