dongjoon-hyun commented on PR #39982:
URL: https://github.com/apache/spark/pull/39982#issuecomment-1427193692

   It turns out that I missed one wrong Scala 2.12 renaming due to my outdated 
test resource directory. I fixed it.
   ```
   $ build/sbt -Phadoop-3 assembly/package "connect/test"
   ...
   [info] - function_udf_2.12 (15 milliseconds)
   
   $ build/sbt -Dscala.version=2.13.8 -Pscala-2.13 -Phadoop-3 assembly/package 
"connect/test"
   ...
   [info] - function_udf_2.13 (19 milliseconds)
   ```


-- 
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]

Reply via email to