[ 
https://issues.apache.org/jira/browse/PIG-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Gates updated PIG-1717:
----------------------------

    Attachment: trunkReleaseAuditWarnings.txt.gz
                testlog.tgz
                patchReleaseAuditWarnings.txt.gz

testlog.tgz contains all the logs from the test run.  You can look at the logs 
for the tests that failed.

patchReleaseAuditWarnings shows the results of running release audit on your 
patch, versus the results in trunkReleaseAuditWarnings.  The best way to use 
this is to diff the two and see where there are errors in the patch one that 
aren't in the trunk one. 

The added javadoc warning that test-patch complained about is:

/home/gates/src/pig/1717-tp/trunk/src/org/apache/pig/impl/util/Utils.java:107: 
warning - @return tag has no arguments.

> pig needs to call setPartitionFilter if schema is null but getPartitionKeys 
> is not
> ----------------------------------------------------------------------------------
>
>                 Key: PIG-1717
>                 URL: https://issues.apache.org/jira/browse/PIG-1717
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>    Affects Versions: 0.9.0
>            Reporter: Gerrit Jansen van Vuuren
>            Assignee: Gerrit Jansen van Vuuren
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: patchReleaseAuditWarnings.txt.gz, PIG-1717.patch, 
> PIG-1717.v1.patch, testlog.tgz, trunkReleaseAuditWarnings.txt.gz
>
>
> I'm writing a loader that works with hive style partitioning e.g. 
> /logs/type1/daydate=2010-11-01
> The loader does not know the schema upfront and this is something that the 
> user adds in the script using the AS clause.
> The problem is that this user defined schema is not available to the loader, 
> so the loader cannot return any schema, the Loader does know what the 
> partition keys are and pig needs in some way to know about these partition 
> keys. 
> Currently if the schema is null pig never calls the 
> LoadMetaData:getPartitionKeys method or the setPartitionFilter method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to