heyihong commented on code in PR #53935:
URL: https://github.com/apache/spark/pull/53935#discussion_r2737754442
##########
sql/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/ClientE2ETestSuite.scala:
##########
@@ -1616,6 +1616,17 @@ class ClientE2ETestSuite
assert(metrics2 === Map("min(extra)" -> -1, "avg(extra)" -> 48,
"max(extra)" -> 97))
}
+ test("SPARK-55150: observation errors leads to empty result in connect
mode") {
Review Comment:
The behavior is a bit undefined and lacks testing. I updated the description
to compare it with the behavior I observed in Spark 4.1.
--
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]