Skip to content

[SPARK-26178][SPARK-26243][SQL][FOLLOWUP] Replacing SimpleDateFormat by DateTimeFormatter in comments #23374

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

Closed
wants to merge 2 commits into from

Conversation

MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Dec 22, 2018

What changes were proposed in this pull request?

The PRs #23150 and #23196 switched JSON and CSV datasources on new formatter for dates/timestamps which is based on DateTimeFormatter. In this PR, I replaced SimpleDateFormat by DateTimeFormatter to reflect the changes.

@SparkQA
Copy link

SparkQA commented Dec 22, 2018

Test build #100403 has finished for PR 23374 at commit 77a1ef1.

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

@MaxGekk MaxGekk changed the title [SQL][SPARK-26178][SPARK-26243][FOLLOWUP] Replacing SimpleDateFormat by DateTimeFormatter in comments [SPARK-26178][SPARK-26243][SQL][FOLLOWUP] Replacing SimpleDateFormat by DateTimeFormatter in comments Dec 23, 2018
@HyukjinKwon
Copy link
Member

Merged to master.

@asfgit asfgit closed this in 1008ab0 Dec 24, 2018
holdenk pushed a commit to holdenk/spark that referenced this pull request Jan 5, 2019
…by DateTimeFormatter in comments

## What changes were proposed in this pull request?

The PRs apache#23150 and apache#23196 switched JSON and CSV datasources on new formatter for dates/timestamps which is based on `DateTimeFormatter`. In this PR, I replaced `SimpleDateFormat` by `DateTimeFormatter` to reflect the changes.

Closes apache#23374 from MaxGekk/java-time-docs.

Authored-by: Maxim Gekk <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
…by DateTimeFormatter in comments

## What changes were proposed in this pull request?

The PRs apache#23150 and apache#23196 switched JSON and CSV datasources on new formatter for dates/timestamps which is based on `DateTimeFormatter`. In this PR, I replaced `SimpleDateFormat` by `DateTimeFormatter` to reflect the changes.

Closes apache#23374 from MaxGekk/java-time-docs.

Authored-by: Maxim Gekk <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
@MaxGekk MaxGekk deleted the java-time-docs branch August 17, 2019 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants