Skip comments in hive script
----------------------------

                 Key: HIVE-2259
                 URL: https://issues.apache.org/jira/browse/HIVE-2259
             Project: Hive
          Issue Type: Bug
            Reporter: Vaibhav Aggarwal
            Assignee: Vaibhav Aggarwal
         Attachments: HIVE-2259.patch

If you specify something like:

-- This is a comment
add jar jar_path;
select * from my_table;

This fails.

I have created a fix to skip the commented lines.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to