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 6a599e7 commit 9fb60ceCopy full SHA for 9fb60ce
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala
@@ -21,8 +21,8 @@ import java.sql.{Date, Timestamp}
21
import java.text.{DateFormat, SimpleDateFormat}
22
23
import org.apache.spark.Logging
24
-import org.apache.spark.sql.types._
25
import org.apache.spark.sql.catalyst.errors.TreeNodeException
+import org.apache.spark.sql.types._
26
27
/** Cast the child expression to the target data type. */
28
case class Cast(child: Expression, dataType: DataType) extends UnaryExpression with Logging {
0 commit comments