Aniket Mokashi created HCATALOG-650:
---------------------------------------

             Summary: Add a flag to HcatLoader to avoid full table scan when 
partition pushdown fails
                 Key: HCATALOG-650
                 URL: https://issues.apache.org/jira/browse/HCATALOG-650
             Project: HCatalog
          Issue Type: Bug
          Components: pig
            Reporter: Aniket Mokashi


Pig can fail to pushdown partition with following warning-
{code}
WARN org.apache.pig.newplan.PColFilterExtractor - No partition filter push down
{code}
When this happens, HCatLoader can trigger a full table scan. We should have a 
flag to fail HCatLoader if this happens so that full table scan can be avoided 
(similar to strict mode in hive).

--
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

Reply via email to