[GitHub] [spark] juliuszsompolski commented on a diff in pull request #42355: [SPARK-44709][CONNECT] Run ExecuteGrpcResponseSender in reattachable execute in new thread to fix flow control

2023-08-07 Thread via GitHub
juliuszsompolski commented on code in PR #42355: URL: https://github.com/apache/spark/pull/42355#discussion_r1286442702 ## connector/connect/server/src/main/scala/org/apache/spark/sql/connect/config/Connect.scala: ## @@ -82,7 +93,7 @@ object Connect { "Set to 0 for unli

[GitHub] [spark] juliuszsompolski commented on a diff in pull request #42355: [SPARK-44709][CONNECT] Run ExecuteGrpcResponseSender in reattachable execute in new thread to fix flow control

2023-08-07 Thread via GitHub
juliuszsompolski commented on code in PR #42355: URL: https://github.com/apache/spark/pull/42355#discussion_r1286441954 ## connector/connect/server/src/main/scala/org/apache/spark/sql/connect/execution/ExecuteResponseObserver.scala: ## @@ -85,12 +85,18 @@ private[connect] class