slamke commented on a change in pull request #27724:
URL: https://github.com/apache/spark/pull/27724#discussion_r421469141
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/ScriptTransformationSuite.scala
##########
@@ -228,6 +228,26 @@ class ScriptTransformationSuite extends SparkPlanTest with
SQLTestUtils with Tes
'e.cast("string")).collect())
}
}
+
+ test("SPARK-30973: ScriptTransformationExec should wait for the termination
of script") {
+ (0 until 10).foreach { _ =>
Review comment:
OK, the loop is deleted.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]