Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-8065 Support HDFS encryption functionality on Hive
  3. HIVE-9329

The qtest can't handle the statements which contains semicolons in qfile

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • encryption-branch
    • None
    • None

    Description

      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';
      "

      Attachments

        1. HIVE-9329-encryption.patch
          1 kB
          Ferdinand Xu

        Activity

          People

            Ferd Ferdinand Xu
            Ferd Ferdinand Xu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: