-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Fix](trino-connector) fix hive split info of trino-connector catalog #32615
[Fix](trino-connector) fix hive split info of trino-connector catalog #32615
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
ea6f88c
to
0e99781
Compare
0e99781
to
a801809
Compare
run buildall |
TPC-H: Total hot run time: 37667 ms
|
TPC-DS: Total hot run time: 186658 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 38241 ms
|
TPC-DS: Total hot run time: 185624 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
initHiveSplitInfo(); | ||
break; | ||
default: | ||
LOG.warn("Unknow connector name: " + connectorName); |
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.
Change to debug.
Because if user use other connector, there maybe lots of logs
a801809
to
eff0d28
Compare
run buildall |
TPC-H: Total hot run time: 37427 ms
|
TPC-DS: Total hot run time: 182919 ms
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Proposed changes
Issue Number: close #xxx
Before, the ScanNode of trino-Connector did not display the split information.
Now get the corresponding split information through the trino connector API
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...