-
- Downloads
[SPARK-8944][SQL] Support casting between IntervalType and StringType
Author: Wenchen Fan <cloud0fan@outlook.com> Closes #7355 from cloud-fan/fromString and squashes the following commits: 3bbb9d6 [Wenchen Fan] fix code gen 7dab957 [Wenchen Fan] naming fix 0fbbe19 [Wenchen Fan] address comments ac1f3d1 [Wenchen Fan] Support casting between IntervalType and StringType
Showing
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala 16 additions, 1 deletion...cala/org/apache/spark/sql/catalyst/expressions/Cast.scala
- sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CastSuite.scala 10 additions, 0 deletions...org/apache/spark/sql/catalyst/expressions/CastSuite.scala
- unsafe/src/main/java/org/apache/spark/unsafe/types/Interval.java 48 additions, 0 deletions...src/main/java/org/apache/spark/unsafe/types/Interval.java
- unsafe/src/test/java/org/apache/spark/unsafe/types/IntervalSuite.java 46 additions, 0 deletions...est/java/org/apache/spark/unsafe/types/IntervalSuite.java
Loading
Please register or sign in to comment