LuciferYang commented on code in PR #40628:
URL: https://github.com/apache/spark/pull/40628#discussion_r1174270420
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/UserDefinedFunctionE2ETestSuite.scala:
##########
@@ -128,4 +130,72 @@ class UserDefinedFunctionE2ETestSuite extends
RemoteSparkSession {
.collect()
assert(result.sorted.toSeq === Seq(23, 25, 25, 27))
}
+
+ test("Dataset foreach") {
Review Comment:
@zhenlineo Sorry for forgetting to notify you, after revert
https://github.com/apache/spark/commit/09a43531d30346bb7c8d213822513dc35c70f82e
everything is ok now
--
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]