GitHub user StephanEwen opened a pull request:
https://github.com/apache/incubator-flink/pull/135
[FLINK-12] Clean up configuration object
- Remove class loader (was inconsistently used and set)
- Objects are stored in their type, rather than as a string
- casting happens on object (for numbers) with fallback to parsing of the
string representation
- global configuration reuses config object, rather than re-implementing
config logic.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/135.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 #135
----
commit 4f6f3f9c8cd9f2b43068180cc32288263219d00b
Author: Stephan Ewen <[email protected]>
Date: 2014-09-26T15:05:50Z
[FLINK-12] Clean up configuration object
- Remove class loader (was inconsistently used and set)
- Objects are stored in their type, rather than as a string
----
---
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.
---