Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/6496#issuecomment-106782850
  
    Yeah, the way `Properties` parses is a little weird, in that whitespace 
doesn't matter around keys and values except at the end of the value. On the 
one hand I'm reluctant to make Spark's use of `Properties` nonstandard, but I 
also can't think of a case where trailing whitespace is valuable to preserve.
    
    This only affects one usage of `Properties` though which seems 
inconsistent, so I wonder if this is just causing more confusion. It's also not 
directly addressing the stated problem, which is theoretical, that this is 
causing JARs to not load.


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

Reply via email to