[ https://issues.apache.org/jira/browse/HIVE-20306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584253#comment-16584253 ]
Sergey Shelukhin commented on HIVE-20306: ----------------------------------------- Is it possible to create RB without generated code? Example simple script {noformat} rm -f ~/patches/$2.nogen.patch for f in `git diff $1 --name-only | grep -v "gen-" | grep -v "\/gen\/"` do git diff --full-index $1 -- $f >> ~/patches/$2.nogen.patch {noformat} It's also a bit suspicious that so much unrelated generated code has changed. > Implement projection spec for fetching only requested fields from partitions > ---------------------------------------------------------------------------- > > Key: HIVE-20306 > URL: https://issues.apache.org/jira/browse/HIVE-20306 > Project: Hive > Issue Type: Sub-task > Reporter: Vihang Karajgaonkar > Assignee: Vihang Karajgaonkar > Priority: Major > Attachments: HIVE-20306.02.patch, HIVE-20306.patch > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)