You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/02 19:59:49 UTC

[Pig Wiki] Update of "PigErrorHandlingFunctionalSpecification" by SanthoshSrinivasan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The following page has been changed by SanthoshSrinivasan:
http://wiki.apache.org/pig/PigErrorHandlingFunctionalSpecification

------------------------------------------------------------------------------
  ||1078||Schema size mismatch for casting. Input schema size: <size>. Target schema size: <size>||
  ||1079||Undefined type checking logic for unary operator: " <operator>||
  ||1080||Did not find inputs for operator: " <operator>||
+ ||1081||Cannot cast to <int/float/long/double/string/tuple/bag/map>. Expected bytearray but received: <type>||
  ||2000||Internal error. Mismatch in group by arities. Expected: <schema>. Found: <schema>||
  ||2001||Unable to clone plan before compiling||
  ||2002||The output file(s): <filename>  already exists||
@@ -292, +293 @@

     1. January 22, 2009: Updated "Compendium of error messages" to include new error codes (2058)
     1. January 23, 2009: Updated "Frontend errors" to update the list of exceptions thrown in the front-end.
     1. January 27, 2009: Updated "Compendium of error messages" to include new error codes (1076 through 1080, 2058 through 2066)
+    1. February 2, 2009: Updated "Compendium of error messages" to include new error codes (1081)
  
  == References ==