Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-5526][SQL] fix issue about cast to date #4307

Closed
wants to merge 1 commit into from
Closed

[SPARK-5526][SQL] fix issue about cast to date #4307

wants to merge 1 commit into from

Conversation

viper-kun
Copy link
Contributor

execute expression [date '2011-01-01' = cast(timestamp('2011-01-01 23:24:25') as date)],the result is false. In fact,it must be true.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented Feb 4, 2015

Can you add a test case for this?

@rxin
Copy link
Contributor

rxin commented Feb 4, 2015

BTW the pull request no longer merges cleanly with the master branch. Would be great to update. Thanks!

@viper-kun
Copy link
Contributor Author

Thanks, the issue is fixed by #4325. I will close this pr.

@viper-kun viper-kun closed this Feb 4, 2015
@viper-kun viper-kun deleted the fixcastissue branch January 18, 2017 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants