@SuppressWarnings("unchecked")
public RCFileThriftPigStorage(String thriftClassName) {
typeRef = ThriftUtils.getTypeRef(thriftClassName);
pigToThrift = (PigToThrift<TBase<?, ?>>) PigToThrift.newInstance(typeRef);
writable = new ThriftWritable(typeRef);
}