ClickHouse / ClickHouse/clickhouse-java

Use a properties file to customize a JDBC connection

オープン
#2,651 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
1.6k
フォーク
637
平均マージ
2日 23時間
マージ済み PR(30日)
29

説明

### Use case

As of today, several tools rely on the JDBC client under the hood, including DataGrip, Tableau, DBeaver, and others. For Tableau, due to vendor limitations, it’s not possible to pass JDBC configurations through the connection string. Instead, configurations must be provided via a properties file.

This approach can also benefit other JDBC-based tools like DataGrip and DBeaver, or scenarios where customers prefer to manage configurations based on the environment rather than being tied to a specific application.

### Describe the solution you'd like

The client should look for the properties file in some default location, in the class path, or in a configurable path.

### Additional context

For Tableau's requirement, you can find details [here](https://help.tableau.com/current/pro/desktop/en-us/connect_customize.htm#use-a-properties-file-to-customize-a-jdbc-connection)

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

まず、JDBC接続設定のエントリーポイントと、リンクされているTableauのプロパティファイル要件を確認してください。issueではソースファイルもテストも指定されていません。サポートするデフォルト、classpath、設定可能なパスの動作を定義し、その後、JDBCツールがプロパティファイルから接続を確立できることを確認してください。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
database
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。