You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Cheolsoo Park <ch...@cloudera.com> on 2013/02/10 02:23:11 UTC

Review Request: PIG-3156 TestSchemaTuple fails in trunk

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

Review request for pig and Jonathan Coveney.


Description
-------

This patch adds missing methods that handle BigDecimal and BigInteger to SchemaTuple and SchemaTupleClassGenerator.


This addresses bug PIG-3156.
    https://issues.apache.org/jira/browse/PIG-3156


Diffs
-----

  src/org/apache/pig/data/SchemaTuple.java d036eec 
  src/org/apache/pig/data/SchemaTupleClassGenerator.java 633c8d8 
  test/org/apache/pig/data/TestSchemaTuple.java 3e89996 

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


Testing
-------

ant clean test -Dtestcase=TestSchema passes.


Thanks,

Cheolsoo Park