-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql #36854
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](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql #36854
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
hello-stephen
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
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
HappenLee
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
|
run buildall |
1 similar comment
|
run buildall |
81178ac to
d53392d
Compare
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 39507 ms |
TPC-DS: Total hot run time: 178663 ms |
ClickBench: Total hot run time: 30.93 s |
| /** | ||
| * Implementation of Arrow Flight SQL service | ||
| * | ||
| * <p> |
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.
what the <p> means ?
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.
IDEA format code automatically added
It seems that because the comment is segmented。。
HappenLee
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
|
PR approved by at least one committer and no changes requested. |
wangbo
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
…_sql (apache#36854) 1. Fix `enableParallelResultSink` is true, ADBC client use QueryId to fetch result, else use FinstId. 2. Add arrow flight sql conf in regression-test/pipeline/p0/conf/regression-conf.groovy. 3. Add regression-test/suites/arrow_flight_sql_p0/test_select.groovy
…_sql (apache#36854) 1. Fix `enableParallelResultSink` is true, ADBC client use QueryId to fetch result, else use FinstId. 2. Add arrow flight sql conf in regression-test/pipeline/p0/conf/regression-conf.groovy. 3. Add regression-test/suites/arrow_flight_sql_p0/test_select.groovy
…_sql (#36854) 1. Fix `enableParallelResultSink` is true, ADBC client use QueryId to fetch result, else use FinstId. 2. Add arrow flight sql conf in regression-test/pipeline/p0/conf/regression-conf.groovy. 3. Add regression-test/suites/arrow_flight_sql_p0/test_select.groovy
enableParallelResultSinkis true, ADBC client use QueryId to fetch result, else use FinstId.