[SPARK-34619][SQL][DOCS][3.2] Describe ANSI interval types at the Data types page of the SQL reference#33539
Closed
sarutak wants to merge 1 commit intoapache:branch-3.2from
Closed
[SPARK-34619][SQL][DOCS][3.2] Describe ANSI interval types at the Data types page of the SQL reference#33539sarutak wants to merge 1 commit intoapache:branch-3.2from
sarutak wants to merge 1 commit intoapache:branch-3.2from
Conversation
…pes` page of the SQL reference ### What changes were proposed in this pull request? In the PR, I propose to update the page https://spark.apache.org/docs/latest/sql-ref-datatypes.html and add information about the year-month and day-time interval types introduced by SPARK-27790. <img width="932" alt="Screenshot 2021-07-27 at 10 38 23" src="https://user-images.githubusercontent.com/1580697/127115289-e633ca3a-2c18-49a0-a7c0-22421ae5c363.png"> ### Why are the changes needed? To inform users about new ANSI interval types, and improve UX with Spark SQL. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Should be tested by a GitHub action. Closes apache#33518 from MaxGekk/doc-interval-types. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: Kousuke Saruta <sarutak@oss.nttdata.com>
MaxGekk
approved these changes
Jul 27, 2021
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #141703 has finished for PR 33539 at commit
|
Member
|
Merging to 3.2. Thank you, @sarutak . |
MaxGekk
added a commit
that referenced
this pull request
Jul 27, 2021
…a types page of the SQL reference ### What changes were proposed in this pull request? In the PR, I propose to update the page https://spark.apache.org/docs/latest/sql-ref-datatypes.html and add information about the year-month and day-time interval types introduced by SPARK-27790. <img width="932" alt="Screenshot 2021-07-27 at 10 38 23" src="https://user-images.githubusercontent.com/1580697/127115289-e633ca3a-2c18-49a0-a7c0-22421ae5c363.png"> ### Why are the changes needed? To inform users about new ANSI interval types, and improve UX with Spark SQL. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Should be tested by a GitHub action. Authored-by: Max Gekk <max.gekkgmail.com> Signed-off-by: Kousuke Saruta <sarutakoss.nttdata.com> (cherry picked from commit f483796) Signed-off-by: Kousuke Saruta <sarutakoss.nttdata.com> Closes #33539 from sarutak/backport-SPARK-34619-3.2. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: Max Gekk <max.gekk@gmail.com>
xuanyuanking
pushed a commit
to xuanyuanking/spark
that referenced
this pull request
Sep 29, 2021
…a types page of the SQL reference ### What changes were proposed in this pull request? In the PR, I propose to update the page https://spark.apache.org/docs/latest/sql-ref-datatypes.html and add information about the year-month and day-time interval types introduced by SPARK-27790. <img width="932" alt="Screenshot 2021-07-27 at 10 38 23" src="https://user-images.githubusercontent.com/1580697/127115289-e633ca3a-2c18-49a0-a7c0-22421ae5c363.png"> ### Why are the changes needed? To inform users about new ANSI interval types, and improve UX with Spark SQL. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Should be tested by a GitHub action. Authored-by: Max Gekk <max.gekkgmail.com> Signed-off-by: Kousuke Saruta <sarutakoss.nttdata.com> (cherry picked from commit f483796) Signed-off-by: Kousuke Saruta <sarutakoss.nttdata.com> Closes apache#33539 from sarutak/backport-SPARK-34619-3.2. Authored-by: Max Gekk <max.gekk@gmail.com> Signed-off-by: Max Gekk <max.gekk@gmail.com>
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 free
to 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?
In the PR, I propose to update the page https://spark.apache.org/docs/latest/sql-ref-datatypes.html and add information about the year-month and day-time interval types introduced by SPARK-27790.
Why are the changes needed?
To inform users about new ANSI interval types, and improve UX with Spark SQL.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Should be tested by a GitHub action.
Authored-by: Max Gekk max.gekk@gmail.com
Signed-off-by: Kousuke Saruta sarutak@oss.nttdata.com
(cherry picked from commit f483796)
Signed-off-by: Kousuke Saruta sarutak@oss.nttdata.com