Skip to content

Conversation

shujingyang-db
Copy link
Contributor

What changes were proposed in this pull request?

Currently, DESC column doesn't print out default values. This PR fixes this issue and ensure DESC column extended to work as expected

Why are the changes needed?

Fix a bug.

Does this PR introduce any user-facing change?

Yes.

How was this patch tested?

New unit tests.

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

Yes

@github-actions github-actions bot added the SQL label Sep 24, 2025
}
}

test("DESCRIBE table_name column_name should show default value") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is put in v1.DescribeTableSuiteBase. Does v2 tables have the same issue?

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