dongjoon-hyun commented on code in PR #57485:
URL: https://github.com/apache/spark/pull/57485#discussion_r3646484433
##########
sql/core/src/test/scala/org/apache/spark/sql/InjectRuntimeFilterSuite.scala:
##########
@@ -517,6 +517,129 @@ class InjectRuntimeFilterSuite extends SharedSparkSession
}
}
+ test("SPARK-58310: preserve Python UDFs in runtime bloom-filter scalar
subqueries") {
Review Comment:
The test case name sounds a little misleading. Maybe,
```suggestion
test("SPARK-58310: skip runtime bloom filter when pruned creation side
contains Python UDF") {
```
--
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]