Dynamic partitioning not working with Pig -----------------------------------------
Key: HCATALOG-278 URL: https://issues.apache.org/jira/browse/HCATALOG-278 Project: HCatalog Issue Type: Bug Components: pig Affects Versions: 0.4 Reporter: Alan Gates Fix For: 0.4 After merging changes for HCATALOG-237 the test Pig_Checkin_7 fails. What should be partitioning column is instead getting the data for the last non-partitioning column (ie b = foreach a generate name, age, ds; is generating output for name, age, gpa instead). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira