-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[feature](jdbc) support mapping varbinary type in JBDC catalog #58215
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: 34284 ms |
TPC-DS: Total hot run time: 187360 ms |
ClickBench: Total hot run time: 27.14 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34339 ms |
TPC-DS: Total hot run time: 187926 ms |
ClickBench: Total hot run time: 27.57 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34313 ms |
TPC-DS: Total hot run time: 187535 ms |
ClickBench: Total hot run time: 27.46 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 35020 ms |
TPC-DS: Total hot run time: 184835 ms |
ClickBench: Total hot run time: 27.63 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
655c4b1 to
6ea132d
Compare
|
run buildall |
TPC-H: Total hot run time: 34390 ms |
TPC-DS: Total hot run time: 185028 ms |
ClickBench: Total hot run time: 27.95 s |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
6ea132d to
3edc670
Compare
|
run buildall |
TPC-H: Total hot run time: 34207 ms |
TPC-DS: Total hot run time: 183323 ms |
ClickBench: Total hot run time: 27.4 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 Regression Coverage ReportIncrement line coverage |
zy-kkk
left a comment
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
### What problem does this PR solve? Problem Summary: support varbinary type mapping in DB2,MYSQL,Oracle,PostgreSQL,SQLServer JDBC catalog. u can control this when create catalog with property "enable.mapping.varbinary", default value is false. if it's true, will mapping the binary type to doris varbinary type, if it's false, will mapping the binary type to doris string type. Followup #57821 ### Release note support mapping varbinary type in JBDC catalog
What problem does this PR solve?
Problem Summary:
support varbinary type mapping in DB2,MYSQL,Oracle,PostgreSQL,SQLServer JDBC catalog.
u can control this when create catalog with property "enable.mapping.varbinary", default value is false.
if it's true, will mapping the binary type to doris varbinary type,
if it's false, will mapping the binary type to doris string type.
Followup #57821
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)