[ https://issues.apache.org/jira/browse/HIVE-4142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-4142: ------------------------------ Attachment: HIVE-4142.D9285.1.patch hbutani requested code review of "HIVE-4142 [jira] Remove inferring partition specification behavior". Reviewers: JIRA, ashutoshc remove behavior that infers partitioning Remove behavior that: implicitly sets the partition specification of a UDAF this interferes with: the user wanting to apply a UDAF on the entire dataset is ambiguous once we support multiple partitions in 1 query. TEST PLAN updated tests REVISION DETAIL https://reviews.facebook.net/D9285 AFFECTED FILES data/files/flights_tiny.txt data/files/part.rc data/files/part.seq ql/src/java/org/apache/hadoop/hive/ql/parse/PTFTranslator.java ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/parse/WindowingSpec.java ql/src/test/queries/clientpositive/leadlag.q ql/src/test/queries/clientpositive/leadlag_queries.q ql/src/test/queries/clientpositive/ptf.q ql/src/test/queries/clientpositive/ptf_general_queries.q ql/src/test/queries/clientpositive/ptf_rcfile.q ql/src/test/queries/clientpositive/ptf_seqfile.q ql/src/test/queries/clientpositive/windowing.q ql/src/test/queries/clientpositive/windowing_columnPruning.q ql/src/test/queries/clientpositive/windowing_expressions.q ql/src/test/results/clientpositive/leadlag.q.out ql/src/test/results/clientpositive/leadlag_queries.q.out ql/src/test/results/clientpositive/ptf.q.out ql/src/test/results/clientpositive/ptf_general_queries.q.out ql/src/test/results/clientpositive/ptf_rcfile.q.out ql/src/test/results/clientpositive/ptf_seqfile.q.out ql/src/test/results/clientpositive/windowing.q.out ql/src/test/results/clientpositive/windowing_columnPruning.q.out ql/src/test/results/clientpositive/windowing_expressions.q.out MANAGE HERALD RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/22359/ To: JIRA, ashutoshc, hbutani > Remove inferring partition specification behavior > ------------------------------------------------- > > Key: HIVE-4142 > URL: https://issues.apache.org/jira/browse/HIVE-4142 > Project: Hive > Issue Type: Bug > Components: PTF-Windowing > Reporter: Harish Butani > Assignee: Harish Butani > Attachments: HIVE-4142.D9285.1.patch > > > Remove behavior that: > - implicitly sets the partition specification of a UDAF > this interferes with: > - the user wanting to apply a UDAF on the entire dataset > - is ambiguous once we support multiple partitions in 1 query. -- 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