Skip to content

Commit

Permalink
[SPARK-33599][SQL][FOLLOWUP] FIX Github Action with unidoc
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

FIX Github Action with unidoc

### Why are the changes needed?

FIX Github Action with unidoc
### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

Pass GA

Closes #30846 from yaooqinn/SPARK-33599.

Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
yaooqinn authored and dongjoon-hyun committed Dec 18, 2020
1 parent 6dca2e5 commit c17c76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.apache.spark.sql.types.{AbstractDataType, DataType, StructType}

/**
* Object for grouping all error messages of the query compilation.
* Currently it includes all [[AnalysisException]]s.
* Currently it includes all AnalysisExceptions.
*/
object QueryCompilationErrors {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.apache.spark.sql.catalyst.plans.logical.{LeafNode, LogicalPlan}

/**
* Object for grouping all error messages of the query runtime.
* Currently it includes all [[SparkException]]s and RuntimeExceptions(e.g.
* Currently it includes all SparkExceptions and RuntimeExceptions(e.g.
* UnsupportedOperationException, IllegalStateException).
*/
object QueryExecutionErrors {
Expand Down

0 comments on commit c17c76d

Please sign in to comment.