Bill Graham created PIG-3062:
--------------------------------
Summary: Change HBaseStorage to permit overriding pushProjection
Key: PIG-3062
URL: https://issues.apache.org/jira/browse/PIG-3062
Project: Pig
Issue Type: Improvement
Reporter: Bill Graham
Assignee: Bill Graham
Priority: Minor
In some cases it's useful to subclass {{HBaseStorage}} and override the logic in {{pushProjection}}.
To do that we need to create the following protected methods:
{noformat}
protected void setColumnInfoList(List<ColumnInfo> columnInfoList);
protected void storeProjectedFieldNames(RequiredFieldList requiredFieldList) throws FrontendException;
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|