You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Garry Turkington <ga...@gmail.com> on 2013/11/27 01:29:18 UTC

Review Request 15865: Fix for SAMZA-49; getShort in Config returns a long instead of a short.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15865/
-----------------------------------------------------------

Review request for samza.


Repository: samza


Description
-------

Fix for SAMZA-49


Diffs
-----

  samza-api/src/main/java/org/apache/samza/config/Config.java b2f88050bc42e1e835e65e0fdebecd70845d9b70 
  samza-api/src/test/java/org/apache/samza/config/TestConfig.java PRE-CREATION 

Diff: https://reviews.apache.org/r/15865/diff/


Testing
-------

Used an instance of MapConfig to avoid having to make a dummy Map  implementation.
Also had to jump through a minor hoop to let Java tell us what type a primitive is.


Thanks,

Garry Turkington