[ 
https://issues.apache.org/jira/browse/HIVE-9329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brock Noland updated HIVE-9329:
-------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thank you much Ferd! I have committed this to branch!

> The qtest can't handle the statements which contains semicolons in qfile
> ------------------------------------------------------------------------
>
>                 Key: HIVE-9329
>                 URL: https://issues.apache.org/jira/browse/HIVE-9329
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Ferdinand Xu
>            Assignee: Ferdinand Xu
>             Fix For: encryption-branch
>
>         Attachments: HIVE-9329-encryption.patch
>
>
> The previous logic is trying to split the line by semicolons. The following 
> statement can't be handled.
> "
> compile `import org.apache.hadoop.hive.ql.exec.UDF \;
> public class Pyth extends UDF {
>   public double evaluate(double a, double b){
>     return Math.sqrt((a*a) + (b*b)) \;
>   }
> } `AS GROOVY NAMED Pyth.groovy;
> CREATE TEMPORARY FUNCTION Pyth as 'Pyth';
> "



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to