[ 
https://issues.apache.org/jira/browse/HIVE-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13711618#comment-13711618
 ] 

Edward Capriolo commented on HIVE-4724:
---------------------------------------

Am I mistaken or are we checking in the protobuf generated files?

Would it be better to use an ant target 

{quote}
<exec executable="protoc">
  <arg value="--java_out=outdir" />
  <arg value="--proto_path=srcdir" />
  <arg value="srcdir/path/to/input.proto" />
</exec>
{quote}

And not check in the generated files? I belive this is what we do with thrift.
                
> ORC readers should have a better error detection for non-ORC files
> ------------------------------------------------------------------
>
>                 Key: HIVE-4724
>                 URL: https://issues.apache.org/jira/browse/HIVE-4724
>             Project: Hive
>          Issue Type: Bug
>          Components: File Formats
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: HIVE-4724.D11529.2.patch, HIVE-4724.D11529.3.patch
>
>
> A customer loaded a text file into a table that is stored as ORC. The error 
> message was very unfriendly.

--
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

Reply via email to