Skip to content
Closed
Prev Previous commit
Next Next commit
Revert unintended indenting change
  • Loading branch information
siying committed Jun 30, 2023
commit ae2fe1c48ad1cc5341a0b0dd5e8682d2c1eb3a5c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import org.apache.spark.sql.types.{IntegerType, LongType, MetadataBuilder}
/** A dummy command for testing unsupported operations. */
case class DummyCommand() extends LeafCommand

class UnsupportedOperationsSuite extends SparkFunSuite with SQLHelper {
class UnsupportedOperationsSuite extends SparkFunSuite with SQLHelper {

val attribute = AttributeReference("a", IntegerType, nullable = true)()
val watermarkMetadata = new MetadataBuilder()
Expand Down