Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16078] [SQL] Backport: from_utc_timestamp/to_utc_timestamp should not depends on local timezone - #15554
Closed
srowen wants to merge 1 commit into
Closed
[SPARK-16078] [SQL] Backport: from_utc_timestamp/to_utc_timestamp should not depends on local timezone#15554srowen wants to merge 1 commit into
srowen wants to merge 1 commit into
Conversation
…estamp may give different result in different timezone
SparkQA
commented
Oct 19, 2016
Test build #67194 has finished for PR 15554 at commit
|
SparkQA
commented
Oct 19, 2016
Test build #3364 has finished for PR 15554 at commit
|
SparkQA
commented
Oct 19, 2016
Test build #3365 has finished for PR 15554 at commit
|
rxin
commented
Oct 20, 2016
Contributor
Merged in. Can you close this? Thanks. |
asfgit pushed a commit
that referenced
this pull request
Oct 20, 2016
…ld not depends on local timezone ## What changes were proposed in this pull request? Back-port of #13784 to `branch-1.6` ## How was this patch tested? Existing tests. Author: Davies Liu <davies@databricks.com> Closes#15554 from srowen/SPARK-16078.
zzcclp pushed a commit
to zzcclp/spark
that referenced
this pull request
Oct 20, 2016
…ld not depends on local timezone ## What changes were proposed in this pull request? Back-port of apache#13784 to `branch-1.6` ## How was this patch tested? Existing tests. Author: Davies Liu <davies@databricks.com> Closesapache#15554 from srowen/SPARK-16078. (cherry picked from commit 82e98f1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Back-port of #13784 to
branch-1.6How was this patch tested?
Existing tests.