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
Fix console not able to shutdown on exit and not close errored transaction (#120)
## What is the goal of this PR?
Fix two issues in the console. First, we properly shutdown the console when users type `exit` command in both levels of the REPL. Second, when a transaction is errored, we properly return from the transaction REPL as the transaction has been closed and not usable anymore.
## What are the changes implemented in this PR?
- Call `executorService.shutdown();` on `exit` command. Fix#118
- Throw exceptions from query jobs to the main thread so that the transaction is properly closed. Fix#119
0 commit comments