Skip to content

[MINOR][SQL] Fix the comment for CalendarIntervalType about comparability. - #31610

Closed
MaxGekk wants to merge 1 commit into
apache:masterfrom
MaxGekk:doc-interval-not-comparable
Closed

[MINOR][SQL] Fix the comment for CalendarIntervalType about comparability.#31610
MaxGekk wants to merge 1 commit into
apache:masterfrom
MaxGekk:doc-interval-not-comparable

Conversation

@MaxGekk

@MaxGekkMaxGekk commented Feb 22, 2021

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

In the PR, I propose to revert #26659 partially regarding to comparability of interval values. The comment became incorrect after #27262.

Why are the changes needed?

The comment is incorrect, and it might confuse Spark's devs/users.

Does this PR introduce any user-facing change?

No

How was this patch tested?

By checking scala coding style ./dev/scalastyle.

@MaxGekk

Copy link
Copy Markdown
MemberAuthor

@yaooqinn@cloud-fan Could you take a look at this minor fix.

@yaooqinn

Copy link
Copy Markdown
Member

LGTM

@cloud-fan

Copy link
Copy Markdown
Contributor

thanks, merging to master/3.1!

cloud-fan pushed a commit that referenced this pull request Feb 22, 2021
…lity
### What changes were proposed in this pull request?
In the PR, I propose to revert #26659 partially regarding to comparability of interval values. The comment became incorrect after #27262.
### Why are the changes needed?
The comment is incorrect, and it might confuse Spark's devs/users.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
By checking scala coding style `./dev/scalastyle`.
Closes#31610 from MaxGekk/doc-interval-not-comparable.
Authored-by: Max Gekk <max.gekk@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
(cherry picked from commit 7df4fed)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@SparkQA

Copy link
Copy Markdown

Test build #135342 has finished for PR 31610 at commit 67ce1f5.

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@MaxGekk@yaooqinn@cloud-fan@SparkQA