fartzy commented on code in PR #51387:
URL: https://github.com/apache/spark/pull/51387#discussion_r2190257747


##########
sql/core/src/test/java/test/org/apache/spark/sql/JavaUDFSuite.java:
##########
@@ -136,6 +138,21 @@ public void udf7Test() {
     }
   }
 
+  @Test
+  public void udf8Test() {
+    String originConf = 
spark.conf().get(SQLConf.DATETIME_JAVA8API_ENABLED().key());

Review Comment:
   Yes it seems it was a mistake to include it, thanks for seeing that. I took 
it out and also the try/finally.



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