dongjoon-hyun commented on code in PR #249:
URL: 
https://github.com/apache/spark-connect-swift/pull/249#discussion_r2393487486


##########
Sources/SparkConnect/base.pb.swift:
##########
@@ -1407,7 +1407,7 @@ struct Spark_Connect_ExecutePlanResponse: Sendable {
   }
 
   /// Batch results of metrics.
-  struct ArrowBatch: @unchecked Sendable {
+  struct ArrowBatch: Sendable {

Review Comment:
   This will improve the concurrency issue because `@unchecked` is gone.



-- 
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