We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da77adc commit a772492Copy full SHA for a772492
sql/core/src/main/scala/org/apache/spark/sql/execution/objects.scala
@@ -29,7 +29,7 @@ import org.apache.spark.sql.catalyst.expressions._
29
import org.apache.spark.sql.catalyst.expressions.codegen.{GenerateSafeProjection, GenerateUnsafeProjection, GenerateUnsafeRowJoiner}
30
import org.apache.spark.sql.catalyst.plans.physical._
31
import org.apache.spark.sql.execution.python.EvaluatePython
32
-import org.apache.spark.sql.types.{StructField, StructType, ObjectType}
+import org.apache.spark.sql.types.{ObjectType, StructField, StructType}
33
34
/**
35
* Helper functions for physical operators that work with user defined objects.
0 commit comments