-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.5.0
-
Fix Version/s: None
-
Component/s: REPL
-
Labels:
-
Flags:Patch
- when user's main usage scenario is not sensitive to the order of execution, such as sql Session Kind, user may hope livy server can deal with multi statement concurrentlly
- but as interpreterExecutor initialized as singleThreadExecutor, it's no possible to satisfy such requirement.
private val interpreterExecutor = ExecutionContext.fromExecutorService(Executors.newSingleThreadExecutor())
- links to