Details
Description
Following RS-135, for pig statements such as:
LOAD 'SELECT col1, col2 FROM tbl_name' USING com.cloudera.recordservice.pig.HCatRSLoader();
The HCatRSLoader#getSchema current doesn't consider col1 and col2, and will
return the full table schema instead.