-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](paimon) get the correct schema when querying paimon table #55070
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 34459 ms |
TPC-DS: Total hot run time: 185549 ms |
ClickBench: Total hot run time: 32.73 s |
|
run buildall |
TPC-H: Total hot run time: 33885 ms |
|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 33707 ms |
TPC-DS: Total hot run time: 184758 ms |
ClickBench: Total hot run time: 32.48 s |
FE UT Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/PaimonExternalTable.java
Outdated
Show resolved
Hide resolved
|
run buildall |
TPC-H: Total hot run time: 33421 ms |
TPC-DS: Total hot run time: 184799 ms |
ClickBench: Total hot run time: 32.22 s |
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 33963 ms |
TPC-DS: Total hot run time: 185139 ms |
ClickBench: Total hot run time: 32.67 s |
FE UT Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
### What problem does this PR solve? Related PR: apache#55051 apache#55070 apache#55051 changed the paimon Type from `varchar(2147483647)` to `text` apache#55070 added the case
What problem does this PR solve?
Get the correct schema when querying paimon table:
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)