Skip to content

Commit

Permalink
fix scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dusantism-db committed Nov 26, 2024
1 parent 223612e commit 9bf0b7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

package org.apache.spark.sql.scripting

import java.util

import org.apache.spark.SparkException
import org.apache.spark.internal.Logging
import org.apache.spark.sql.{DataFrame, Dataset, Row, SparkSession}
Expand All @@ -27,8 +29,6 @@ import org.apache.spark.sql.catalyst.trees.{Origin, WithOrigin}
import org.apache.spark.sql.errors.SqlScriptingErrors
import org.apache.spark.sql.types.BooleanType

import java.util

/**
* Trait for all SQL scripting execution nodes used during interpretation phase.
*/
Expand Down

0 comments on commit 9bf0b7a

Please sign in to comment.