Ensure Parquet Version slf4j Libraries Are Included In parquet-thrift Module
- 主要言語
- Java
- スター
- 3.1k
- フォーク
- 1.6k
- 平均マージ
- 3日 12時間
- マージ済み PR(30日)
- 33
説明
```none
### parquet-thrift
[1;34mINFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.0 from the shaded jar.
[1;34mINFO] Excluding com.twitter.elephantbird:elephant-bird-core:jar:4.4 from the shaded jar.
[1;34mINFO] Excluding com.twitter.elephantbird:elephant-bird-hadoop-compat:jar:4.4 from the shaded jar.
***[1;34mINFO] Excluding org.slf4j:slf4j-api:jar:1.6.4 from the shaded jar.***
[1;34mINFO] Excluding commons-lang:commons-lang:jar:2.4 from the shaded jar.
[1;34mINFO] Excluding com.google.guava:guava:jar:11.0.1 from the shaded jar.
```
You can see that slf4j-api is version **1.6.4**. All other parquet modules are using **1.7.x**.
1.6.4 is being brought in by some old dependencies (primarily `com.twitter.elephantbird`).
**Reporter**: [David Mollitor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belugabehr) / @belugabehr
**Assignee**: [David Mollitor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=belugabehr) / @belugabehr
#### PRs and other links:
- [GitHub Pull Request #738](https://github.com/apache/parquet-mr/pull/738)
**Note**: *This issue was originally created as [PARQUET-1753](https://issues.apache.org/jira/browse/PARQUET-1753). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、parquet-thrift の shaded-jar 依存関係の設定を調査し、その slf4j のバージョンを他の Parquet モジュールと比較します。古い slf4j-api 依存関係がどのように導入されているかを確認し、リンクされた pull request を検討します。parquet-thrift が互換性のある 1.7.x slf4j ライブラリを使用すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100