dongjoon-hyun commented on code in PR #46849:
URL: https://github.com/apache/spark/pull/46849#discussion_r1678178989
##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/UserDefinedFunctionE2ETestSuite.scala:
##########
@@ -388,6 +378,66 @@ class UserDefinedFunctionE2ETestSuite extends QueryTest
with RemoteSparkSession
.head()
assert(result == 135) // 45 + 90
}
+
+ test("UDAF custom Aggregator - toColumn") {
Review Comment:
This seems to break Maven build.
```
- UDAF custom Aggregator - toColumn *** FAILED ***
java.lang.IllegalArgumentException: Type tag defined in JavaMirror with
jdk.internal.loader.ClassLoaders$AppClassLoader@4554617c of type class
jdk.internal.loader.ClassLoaders$AppClassLoader with classpath [<unknown>] and
parent being jdk.internal.loader.ClassLoaders$PlatformClassLoader@27d4a09 of
type class jdk.internal.loader.ClassLoaders$PlatformClassLoader with classpath
[<unknown>] and parent being primordial classloader with boot classpath
[<unknown>] cannot be migrated to other mirrors.
```
--
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]