Xuefu Zhang created HIVE-5671: --------------------------------- Summary: Generated src OrcProto.java shouldn't be in the source control Key: HIVE-5671 URL: https://issues.apache.org/jira/browse/HIVE-5671 Project: Hive Issue Type: Improvement Components: Build Infrastructure Affects Versions: 0.12.0 Reporter: Xuefu Zhang Assignee: Xuefu Zhang
orc_proto.proto generates OrcProto.java, which unfortunately made its way to source control, so changing the .proto file requires regenerating the .java file and checking it in again. This is unnecessary. Also, the code generation should be part of the build process. -- This message was sent by Atlassian JIRA (v6.1#6144)