Skip to content

Commit a772492

Browse files
committed
fix style
1 parent da77adc commit a772492

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/objects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.apache.spark.sql.catalyst.expressions._
2929
import org.apache.spark.sql.catalyst.expressions.codegen.{GenerateSafeProjection, GenerateUnsafeProjection, GenerateUnsafeRowJoiner}
3030
import org.apache.spark.sql.catalyst.plans.physical._
3131
import org.apache.spark.sql.execution.python.EvaluatePython
32-
import org.apache.spark.sql.types.{StructField, StructType, ObjectType}
32+
import org.apache.spark.sql.types.{ObjectType, StructField, StructType}
3333

3434
/**
3535
* Helper functions for physical operators that work with user defined objects.

0 commit comments

Comments
 (0)