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

Replace: _LEGACY_ERROR_TEMP_2196 with a better error class

    XMLWordPrintableJSON

Details

    Description

      def cannotFetchTablesOfDatabaseError(dbName: String, e: Exception): Throwable = {
        new SparkException(
          errorClass = "_LEGACY_ERROR_TEMP_2196",
          messageParameters = Map(
            "dbName" -> dbName),
          cause = e)
      } 

      Attachments

        Issue Links

          Activity

            People

              srielau Serge Rielau
              srielau Serge Rielau
              Max Gekk Max Gekk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: