GitHub user kai-zeng opened a pull request:

    https://github.com/apache/spark/pull/3267

    change Metadata's get method to return Option types

    Class org.apache.spark.sql.catalyst.util.Metadata's get methods may throw 
NoSuchElement exception if the key does not exist, and there is no method for 
testing the existence of a key.
    This PR changes the get methods to return Option types, as the convention 
in Map.get.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kai-zeng/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/3267.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3267
    
----
commit 4cb78163aa3cbe13897a257660698e0c43b1ae18
Author: kai <[email protected]>
Date:   2014-11-14T19:37:05Z

    change Metadata's get method to return Option types

----


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