roczei commented on code in PR #47795:
URL: https://github.com/apache/spark/pull/47795#discussion_r1722291937


##########
pom.xml:
##########
@@ -231,7 +231,9 @@
     <!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
     <leveldbjni.group>org.fusesource.leveldbjni</leveldbjni.group>
     <kubernetes-client.version>6.13.3</kubernetes-client.version>
-    <okio.version>1.17.6</okio.version>
+    <okio.version>3.9.0</okio.version>
+    <okhttp.version>4.12.0</okhttp.version>

Review Comment:
   I have uncompressed the kotlin-stdlib-2.0.10.jar file and all class files 
are part of the kotlin directory / package:
   ```
   [roczei@roczei-MBP16 2.0.10]$ jar tf kotlin-stdlib-2.0.10.jar | head
   META-INF/
   META-INF/MANIFEST.MF
   META-INF/kotlin-stdlib.kotlin_module
   kotlin/
   kotlin/ArrayIntrinsicsKt.class
   kotlin/BuilderInference.class
   kotlin/CharCodeJVMKt.class
   kotlin/CharCodeKt.class
   kotlin/CompareToKt.class
   kotlin/ContextFunctionTypeParams.class
   [roczei@roczei-MBP16 2.0.10]$ 
   ```
   
   All Spark unit tests have passed in this separate pull request: roczei#4. 
Currently I can only validate this, I hope this will be enough.



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