You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Jonathan Coveney <jc...@gmail.com> on 2013/02/22 15:14:10 UTC

Review Request: Let users use any function from PigType -> PigType as if it were builtlin

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

Review request for pig.


Description
-------

https://issues.apache.org/jira/browse/PIG-3198


This addresses bug PIG3198.
    https://issues.apache.org/jira/browse/PIG3198


Diffs
-----

  build.xml 8a02306 
  ivy.xml 70e8d50 
  ivy/libraries.properties f307827 
  src/org/apache/pig/builtin/InvokerFunction.java PRE-CREATION 
  src/org/apache/pig/builtin/InvokerGenerator.java PRE-CREATION 
  src/org/apache/pig/data/DataType.java 7dfbc37 
  src/org/apache/pig/impl/PigContext.java 167b001 
  src/org/apache/pig/newplan/logical/expression/UserFuncExpression.java b8c5876 
  src/org/apache/pig/parser/AstValidator.g b85e238 
  src/org/apache/pig/parser/LogicalPlanBuilder.java b705686 
  src/org/apache/pig/parser/LogicalPlanGenerator.g 01dc570 
  src/org/apache/pig/parser/QueryLexer.g bdd0836 
  src/org/apache/pig/parser/QueryParser.g ba2fec9 
  test/org/apache/pig/builtin/TestInvokerGenerator.java PRE-CREATION 
  test/org/apache/pig/test/TestBuiltinInvoker.java PRE-CREATION 

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


Testing
-------


Thanks,

Jonathan Coveney