-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](arrow-flight-sql) Fix conf public_host and arrow_flight_sql_proxy_port
#44177
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 |
|
clang-tidy review says "All clean, LGTM! 👍" |
49eaa8d to
6157494
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
6157494 to
e7edea1
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
|
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
…proxy_port` (apache#44177) ### What problem does this PR solve? Problem Summary: Rename `public_access_ip` to `public_host` and `public_access_port` to `arrow_flight_sql_proxy_port`, they do not have to be used together.
…proxy_port` (apache#44177) ### What problem does this PR solve? Problem Summary: Rename `public_access_ip` to `public_host` and `public_access_port` to `arrow_flight_sql_proxy_port`, they do not have to be used together.
### What problem does this PR solve? ``` [fix](arrow-flight-sql) Fix conf public_host and arrow_flight_sql_proxy_port #44177 [fix](arrow-flight-sql) Arrow Flight support multiple endpoints #44286 [fix](arrow-flight-sql) Revert arrow_flight_sql group from regression test #44992 [opt](arrow-flight-sql) Support arrow-flight-sql protocol getStreamCatalogs, getStreamSchemas, getStreamTables #46217 ```
What problem does this PR solve?
Problem Summary:
Rename
public_access_iptopublic_hostandpublic_access_porttoarrow_flight_sql_proxy_port, they do not have to be used together.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)