Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-37446

hive-2.3.9 related API use invoke method

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.2.1, 3.3.0
    • SQL
    • None

    Description

      Here is a condition that when hive version >= 2.3.9, it will call

      case (2, 3, v) if v >= 9 => Hive.getWithoutRegisterFns(conf)
      

      This method means to use getWithoutRegisterFns in 2.3.9 but if we use code of 2.3.8 or lower version, this will cause build failed, we should use invoke method here

      Attachments

        Issue Links

          Activity

            People

              angerszhuuu angerszhu
              angerszhuuu angerszhu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: