Github user sun-rui commented on a diff in the pull request:
https://github.com/apache/spark/pull/10480#discussion_r50216049
--- Diff: core/src/main/scala/org/apache/spark/api/r/SerDe.scala ---
@@ -355,6 +355,13 @@ private[spark] object SerDe {
writeInt(dos, v.length)
v.foreach(elem => writeObject(dos, elem))
+ // Handle Properties
--- End diff --
It is possible to construct a map for the properties and pass it to a
helper function on JVM side. That helper function can convert the map into
java.util.Properties. The problem is that if there are multiple Scala API
functions taking java.util.Properties as parameters, we have to create as many
helper functions as them. So I think we can keep current implementation as is
for now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]