Skip to content
Snippets Groups Projects
Commit a767ee8a authored by Brandon Bradley's avatar Brandon Bradley Committed by Michael Armbrust
Browse files

[SPARK-12758][SQL] add note to Spark SQL Migration guide about TimestampType casting

Warning users about casting changes.

Author: Brandon Bradley <bradleytastic@gmail.com>

Closes #10708 from blbradley/spark-12758.
parent a4499145
No related branches found
No related tags found
No related merge requests found
......@@ -2151,6 +2151,11 @@ options.
...
{% endhighlight %}
- From Spark 1.6, LongType casts to TimestampType expect seconds instead of microseconds. This
change was made to match the behavior of Hive 1.2 for more consistent type casting to TimestampType
from numeric types. See [SPARK-11724](https://issues.apache.org/jira/browse/SPARK-11724) for
details.
## Upgrading From Spark SQL 1.4 to 1.5
- Optimized execution using manually managed memory (Tungsten) is now enabled by default, along with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment