Unable to Set Initial Database via JDBC Connection String Parameters
- 主要言語
- Java
- スター
- 94
- フォーク
- 152
- 平均マージ
- 3日 16時間
- マージ済み PR(30日)
- 11
説明
### Describe the bug, including details regarding any error messages, version, and platform.
When trying to set the initial/default database using the JDBC connection string for Arrow Flight SQL. It appears that none of the following connection string formats successfully set the initial database context:
* `jdbc:arrow-flight-sql://localhost:50051/databse`
* `jdbc:arrow-flight-sql://localhost:50051?database=db`
* `jdbc:arrow-flight-sql://localhost:50051?schema=db`
**Environment:**
* **Arrow Flight SQL JDBC Driver Version:** [Please specify the version you are using, 17.0.0(java 8) and 21.0.0]
* **Server Version:** Doris 2.1.8
* **Operating System:** openSUSE 15.6
コントリビューションガイド
調査の方向性
ソースファイルもテストも指定されていません。まず、指定された Doris 2.1.8 環境で 3 つの JDBC URL を使って問題を再現し、Arrow Flight SQL JDBC driver が接続パラメーターをどのように処理するかを調査してください。対応する connection-string の形式で要求された初期データベースが選択されるか、または明確なエラーとともに制限事項が文書化されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, sql
- 領域
- database
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100