Skip to content

Conversation

@aleksandr-chernousov-db
Copy link
Contributor

What changes were proposed in this pull request?

I replace incorrect usages of "ctx.getText()" with "getIdentifierText(ctx)"

Why are the changes needed?

It blocks from using IDENTIFIER() in the remaining expected places

Does this PR introduce any user-facing change?

How was this patch tested?

Added new tests in identifier-clause.sql

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

Claude Sonnet 4.5

@github-actions github-actions bot added the SQL label Dec 9, 2025
@aleksandr-chernousov-db aleksandr-chernousov-db changed the title [SPARK-54652] Complete conversion of IDENTIFIER() [WIP][SPARK-54652] Complete conversion of IDENTIFIER() Dec 9, 2025
@dongjoon-hyun dongjoon-hyun marked this pull request as draft December 18, 2025 07:43
@aleksandr-chernousov-db aleksandr-chernousov-db changed the title [WIP][SPARK-54652] Complete conversion of IDENTIFIER() [SPARK-54652] Complete conversion of IDENTIFIER() Dec 18, 2025
@aleksandr-chernousov-db aleksandr-chernousov-db marked this pull request as ready for review December 18, 2025 15:26
@cloud-fan cloud-fan changed the title [SPARK-54652] Complete conversion of IDENTIFIER() [SPARK-54652][SQL] Complete conversion of IDENTIFIER() Dec 18, 2025
@cloud-fan
Copy link
Contributor

thanks, merging to master/4.1 (a followup of the 4.1 IDENTIFIER improvement)

@cloud-fan cloud-fan closed this in 1d8c111 Dec 19, 2025
cloud-fan pushed a commit that referenced this pull request Dec 19, 2025
### What changes were proposed in this pull request?

I replace incorrect usages of "ctx.getText()" with "getIdentifierText(ctx)"

### Why are the changes needed?

It blocks from using IDENTIFIER() in the remaining expected places

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

### How was this patch tested?

Added new tests in identifier-clause.sql

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

Claude Sonnet 4.5

Closes #53407 from aleksandr-chernousov-db/SPARK-54652.

Lead-authored-by: Aleksandr Chernousov <aleksandr.chernousov@databricks.com>
Co-authored-by: Ubuntu <aleksandr.chernousov@your.hostname.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
(cherry picked from commit 1d8c111)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
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.

3 participants