Skip to content

Conversation

@srielau
Copy link
Contributor

@srielau srielau commented Aug 15, 2023

What changes were proposed in this pull request?

Document the IDENTIFIER() clause

Why are the changes needed?

Docs are good!

Does this PR introduce any user-facing change?

How was this patch tested?

See attached
Screenshot 2023-08-15 at 4 26 27 PM

Screenshot 2023-08-15 at 4 45 23 PM

@srielau srielau force-pushed the SPARK-43205-3.5-IDENTIFIER-clause-docs branch from 33ad6bc to 454c33a Compare August 15, 2023 23:53
@github-actions github-actions bot removed the SQL label Aug 15, 2023
@srielau
Copy link
Contributor Author

srielau commented Aug 15, 2023

@cloud-fan For your review

@srielau srielau changed the title [SPARK-43205][DOC] 3.5 identifier clause docs [SPARK-43205][DOC] identifier clause docs Aug 16, 2023
@cloud-fan
Copy link
Contributor

thanks, merging to master/3.5!

cloud-fan pushed a commit that referenced this pull request Aug 18, 2023
### What changes were proposed in this pull request?

Document the IDENTIFIER() clause

### Why are the changes needed?

Docs are good!

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?
<!--
<img width="892" alt="Screenshot 2023-08-15 at 4 26 27 PM" src="https://github.com/apache/spark/assets/3514644/6ce43330-668e-4c84-b72b-bf1e2679d736">

If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
If tests were not added, please describe why they were not added and/or why it was difficult to add.
If benchmark tests were added, please run the benchmarks in GitHub Actions for the consistent environment, and the instructions could accord to: https://spark.apache.org/developer-tools.html#github-workflow-benchmarks.
-->
See attached
<img width="892" alt="Screenshot 2023-08-15 at 4 26 27 PM" src="https://github.com/apache/spark/assets/3514644/55823375-8d1a-4473-bf19-74796d273416">

<img width="747" alt="Screenshot 2023-08-15 at 4 45 23 PM" src="https://github.com/apache/spark/assets/3514644/0ee852a9-6a11-4c87-bed9-43531c55fc31">

Closes #42506 from srielau/SPARK-43205-3.5-IDENTIFIER-clause-docs.

Authored-by: srielau <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
@cloud-fan cloud-fan closed this in 02a07cd Aug 18, 2023
valentinp17 pushed a commit to valentinp17/spark that referenced this pull request Aug 24, 2023
### What changes were proposed in this pull request?

Document the IDENTIFIER() clause

### Why are the changes needed?

Docs are good!

### Does this PR introduce _any_ user-facing change?

### How was this patch tested?
<!--
<img width="892" alt="Screenshot 2023-08-15 at 4 26 27 PM" src="https://github.com/apache/spark/assets/3514644/6ce43330-668e-4c84-b72b-bf1e2679d736">

If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
If tests were not added, please describe why they were not added and/or why it was difficult to add.
If benchmark tests were added, please run the benchmarks in GitHub Actions for the consistent environment, and the instructions could accord to: https://spark.apache.org/developer-tools.html#github-workflow-benchmarks.
-->
See attached
<img width="892" alt="Screenshot 2023-08-15 at 4 26 27 PM" src="https://github.com/apache/spark/assets/3514644/55823375-8d1a-4473-bf19-74796d273416">

<img width="747" alt="Screenshot 2023-08-15 at 4 45 23 PM" src="https://github.com/apache/spark/assets/3514644/0ee852a9-6a11-4c87-bed9-43531c55fc31">

Closes apache#42506 from srielau/SPARK-43205-3.5-IDENTIFIER-clause-docs.

Authored-by: srielau <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit 7786d0b)
Signed-off-by: Wenchen Fan <[email protected]>
LuciferYang pushed a commit that referenced this pull request Dec 7, 2024
### What changes were proposed in this pull request?

This PR aims to add `IDENTIFIER clause` page to `menu-sql.yaml` for Apache Spark 3.5.4.

### Why are the changes needed?

This was missed at SPARK-43205 (Apache Spark 3.5.0).
- #42506

### Does this PR introduce _any_ user-facing change?

**BEFORE**
![Screenshot 2024-12-06 at 11 35 52](https://github.com/user-attachments/assets/c3c8dc56-b8d4-4f8d-bb9e-31bccb1f5d42)

**AFTER**
![Screenshot 2024-12-06 at 11 36 14](https://github.com/user-attachments/assets/bd1606d2-eb3f-4640-92ef-b0079847c3a3)

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #49097 from dongjoon-hyun/SPARK-50514.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
LuciferYang pushed a commit that referenced this pull request Dec 7, 2024
### What changes were proposed in this pull request?

This PR aims to add `IDENTIFIER clause` page to `menu-sql.yaml` for Apache Spark 3.5.4.

### Why are the changes needed?

This was missed at SPARK-43205 (Apache Spark 3.5.0).
- #42506

### Does this PR introduce _any_ user-facing change?

**BEFORE**
![Screenshot 2024-12-06 at 11 35 52](https://github.com/user-attachments/assets/c3c8dc56-b8d4-4f8d-bb9e-31bccb1f5d42)

**AFTER**
![Screenshot 2024-12-06 at 11 36 14](https://github.com/user-attachments/assets/bd1606d2-eb3f-4640-92ef-b0079847c3a3)

### How was this patch tested?

Manual review.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #49097 from dongjoon-hyun/SPARK-50514.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
(cherry picked from commit 28766d4)
Signed-off-by: yangjie01 <[email protected]>
Sign up for free to 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.

2 participants