Skip to content

[SPARK-50027][SQL] Move Identity Column SQL parsing code to DataTypeAstBuilder#48543

Closed
zhipengmao-db wants to merge 3 commits intoapache:masterfrom
zhipengmao-db:zhipengmao-db/id-column-refactor
Closed

[SPARK-50027][SQL] Move Identity Column SQL parsing code to DataTypeAstBuilder#48543
zhipengmao-db wants to merge 3 commits intoapache:masterfrom
zhipengmao-db:zhipengmao-db/id-column-refactor

Conversation

@zhipengmao-db
Copy link
Contributor

@zhipengmao-db zhipengmao-db commented Oct 18, 2024

What changes were proposed in this pull request?

It moves code parsing Identity Column DDL from AstBuilder to DataTypeAstBuilder.

Why are the changes needed?

DataTypeAstBuilder is intended for parsing code of column definitions.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existent tests cover this.

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

No.

@github-actions github-actions bot added the SQL label Oct 18, 2024
@HyukjinKwon
Copy link
Member

can you fill the PR description please?

@MaxGekk
Copy link
Member

MaxGekk commented Oct 20, 2024

+1, LGTM. Merging to master.
Thank you, @zhipengmao-db and @HyukjinKwon for review.

@MaxGekk MaxGekk closed this in 4508911 Oct 20, 2024
ericm-db pushed a commit to ericm-db/spark that referenced this pull request Oct 22, 2024
…stBuilder

### What changes were proposed in this pull request?

It moves code parsing Identity Column DDL from AstBuilder to DataTypeAstBuilder.

### Why are the changes needed?

`DataTypeAstBuilder` is intended for parsing code of column definitions.

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

No.

### How was this patch tested?

Existent tests cover this.

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

No.

Closes apache#48543 from zhipengmao-db/zhipengmao-db/id-column-refactor.

Authored-by: zhipeng.mao <zhipeng.mao@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.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