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-27438][SQL] Parse strings with timestamps by to_timestamp() in microsecond precision #24420

Closed
wants to merge 5 commits into from

Conversation

MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Apr 19, 2019

What changes were proposed in this pull request?

In the PR, I propose to parse strings to timestamps in microsecond precision by the to_timestamp() function if the specified pattern contains a sub-pattern for seconds fractions.

Closes #24342

How was this patch tested?

By DateFunctionsSuite and DateExpressionsSuite

@MaxGekk
Copy link
Member Author

MaxGekk commented Apr 19, 2019

@cloud-fan @srowen @kiszk Please, take a look at the PR.

@SparkQA
Copy link

SparkQA commented Apr 19, 2019

Test build #104763 has finished for PR 24420 at commit d58fd5e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 22, 2019

Test build #104799 has finished for PR 24420 at commit a4cf960.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor

thanks, merging to master!

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