milenkovicm opened a new pull request, #1226: URL: https://github.com/apache/datafusion-ballista/pull/1226
... as session context was not cleaned up. # Which issue does this PR close? Closes #1220. # Rationale for this change - Scheduler was keeping HashMap of session_id -> SessionContext which was never cleaned up. - Scheduler will never emit events about accessed or removed SessionContexts - Client SessionContext is authoritative not the scheduler # What changes are included in this PR? - client sets session context, no need for extra `create_context` - get_context has been replaced with `create_or_update_context` # Are there any user-facing changes? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org