Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Sep 9, 2024
1 parent 9bcaeee commit ce7f76f
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 @@ -22,7 +22,7 @@ import org.apache.spark.sql.errors.QueryCompilationErrors
* A shim to handle a breaking change (apache/spark@53c1f31) which changed the
* `showColumnsWithConflictDatabasesError` method name and arguments in Spark master.
*/
class QueryCompilationErrorsShim {
object QueryCompilationErrorsShim {
def showColumnsWithConflictDatabasesError(
db: Seq[String],
v1TableName: TableIdentifier): Throwable = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.apache.spark.sql.errors.QueryCompilationErrors
* A shim to handle a breaking change (apache/spark@53c1f31) which changed the
* `showColumnsWithConflictDatabasesError` method name and arguments in Spark master.
*/
class QueryCompilationErrorsShim {
object QueryCompilationErrorsShim {
def showColumnsWithConflictDatabasesError(
db: Seq[String],
v1TableName: TableIdentifier): Throwable = {
Expand Down

0 comments on commit ce7f76f

Please sign in to comment.