|
|
-
Review Request: PIG-3156 TestSchemaTuple fails in trunkCheolsoo Park 2013-02-10, 01:23
----------------------------------------------------------- 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 |