HyukjinKwon commented on code in PR #38613:
URL: https://github.com/apache/spark/pull/38613#discussion_r1020127788


##########
connector/connect/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectStreamHandler.scala:
##########
@@ -56,7 +56,7 @@ class SparkConnectStreamHandler(responseObserver: 
StreamObserver[Response]) exte
     try {
       processAsArrowBatches(request.getClientId, dataframe)
     } catch {
-      case e: Exception =>
+      case e: Throwable =>

Review Comment:
   Yeah, let me revert this for now. We should remove this JSON fallback anyway.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to