You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inJobOperator.scala
.However, as per @noCharger comment on this PR, we can use SingleStatementExecutionManagerImpl instead. This would eliminate the dependency on sessionManager.
The text was updated successfully, but these errors were encountered: