Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • SQL

    Description

      Add a test for the error classes RENAME_SRC_PATH_NOT_FOUND to QueryExecutionErrorsSuite. The test should cover the exception throw in QueryExecutionErrors:

        def renameSrcPathNotFoundError(srcPath: Path): Throwable = {
          new SparkFileNotFoundException(errorClass = "RENAME_SRC_PATH_NOT_FOUND",
            Array(srcPath.toString))
        }
      

      For example, here is a test for the error class UNSUPPORTED_FEATURE: https://github.com/apache/spark/blob/34e3029a43d2a8241f70f2343be8285cb7f231b9/sql/core/src/test/scala/org/apache/spark/sql/errors/QueryCompilationErrorsSuite.scala#L151-L170

      The test must have a check of:

      1. the entire error message
      2. sqlState if it is defined in the error-classes.json file
      3. the error class

      Attachments

        Issue Links

          Activity

            apachespark Apache Spark added a comment -

            User 'lvshaokang' has created a pull request for this issue:
            https://github.com/apache/spark/pull/37611

            apachespark Apache Spark added a comment - User 'lvshaokang' has created a pull request for this issue: https://github.com/apache/spark/pull/37611
            maxgekk Max Gekk added a comment -

            Issue resolved by pull request 37611
            https://github.com/apache/spark/pull/37611

            maxgekk Max Gekk added a comment - Issue resolved by pull request 37611 https://github.com/apache/spark/pull/37611

            People

              apachespark Apache Spark
              maxgekk Max Gekk
              Max Gekk Max Gekk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: