Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/2432#issuecomment-57553670 Hey @sarutak, After some discussion, we'd like to hold off on changing ApplicationId from a String to a class. Our rationale is that identifiers should be exposed as primitive types since they don't really have any structure to them and this makes them easier to consume from other languages without having to write wrapper classes there, too. Of course, we can always use richer types inside of Spark itself (e.g. wrapper classes that extend AnyVal). Do you mind reverting the `String -> ApplicationId` changes and removing that class? Sorry about this; I know that it might be a big pain.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org