Generated by
JDiff

Class org.apache.pig.newplan.logical.rules.LoadTypeCastInserter

Added Methods
LogicalSchema determineSchema(LogicalRelationalOperator) if we are inserting casts in a load and if the loader implements determineSchema() insert casts only where necessary Note that in this case the data coming out of the loader is not a BYTEARRAY but is whatever determineSchema() says it is.
boolean isCastAdjusted(LogicalRelationalOperator)  
void markCastInserted(LogicalRelationalOperator)  
void markCastNoNeed(LogicalRelationalOperator)  
 

Changed Methods
OperatorPlan buildPattern() Method was inherited from TypeCastInserter, but is now defined locally.