-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix wrong cast from double to decimal when using "create table as select" statement to create hive table #42350
Conversation
742ab5b
to
8e118cc
Compare
@kangkaisen @Seaven @packy92 PTAL, thx~ |
@mxdzs0612 Could you add the UT for this bug? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
858d170
to
edd9ae9
Compare
|
Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
cd97409
to
d4bf703
Compare
Quality Gate passedIssues Measures |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 9 / 9 (100.00%) file detail
|
@kangkaisen Done, PTAL |
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
Why I'm doing:
create table as:
create table like:
Source table:
What I'm doing:
Fixes #42671
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: