Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of SessionManager from JobOperator #1050

Open
saranrajnk opened this issue Feb 13, 2025 · 0 comments
Open

Remove usage of SessionManager from JobOperator #1050

saranrajnk opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
maintenance Code refactoring

Comments

@saranrajnk
Copy link
Contributor

The JobOperator.scala has been refactored to support all types of queries. To facilitate interactive queries, the query result writer was made dependent on the sessionManager, leading to the introduction of sessionManager in JobOperator.scala.

However, as per @noCharger comment on this PR, we can use SingleStatementExecutionManagerImpl instead. This would eliminate the dependency on sessionManager.

@ykmr1224 ykmr1224 added enhancement New feature or request maintenance Code refactoring and removed enhancement New feature or request labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code refactoring
Projects
None yet
Development

No branches or pull requests

2 participants