Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#5359] fix(ob-catalog): fix ob catalog default value parse error #5393

Conversation

github-actions[bot]
Copy link

What changes were proposed in this pull request?

fix ob catalog default value parse error

Why are the changes needed?

For OceanBase catalog, the IS_GENERATEDCOLUMN value of the column ResultSet is set to NO, which is causing isExpression to be false and leading to a parse error.

Fix: #5359

Does this PR introduce any user-facing change?

no

How was this patch tested?

tests added

)

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

fix ob catalog default value parse error

### Why are the changes needed?

For OceanBase catalog, the `IS_GENERATEDCOLUMN` value of the column
ResultSet is set to `NO`, which is causing `isExpression` to be false
and leading to a parse error.

Fix: #5359 

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

no

### How was this patch tested?

tests added
@mchades mchades merged commit 5d1b8ae into branch-0.7 Oct 31, 2024
26 checks passed
@mchades mchades deleted the cherry-pick-branch-0.7-feb96f00b77b89a24693f870aa78d02717e1c036 branch October 31, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants