fsk119 commented on PR #17830: URL: https://github.com/apache/flink/pull/17830#issuecomment-1396566805
Okay. Because #21717 totally changes the architecture of the SQL Client. You may need to rebase again and again... So I just suggest rebasing all refactoring. The design of the gateway mode is in the [FLIP-275](https://cwiki.apache.org/confluence/display/FLINK/FLIP-275%3A+Support+Remote+SQL+Client+Based+on+SQL+Gateway). In this FLIP, we always use the **sql gateway**(the gateway may be at another machine) to execute the statements. For new REST API, I just read the presto design recently. I find theyIn the presto, every [response](https://prestodb.io/docs/current/develop/client-protocol.html#client-response-headers) contains the current metadata info(including current catalog/database name) in its http headers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
