a.parquet/_SUCCESS is not a Parquet file (too small length: 0)
オープン
- 主要言語
- Scala
- スター
- 147
- フォーク
- 32
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
you don't filter a _SUCCESS file,can't read a parquet dir?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look for code that reads Parquet files from a directory, likely in a file reader or data source module. The issue is that a _SUCCESS marker file (size 0) is being incorrectly processed as a Parquet file. Identify the file filtering logic and add an exclusion for empty files or files named _SUCCESS. Check existing tests for Parquet directory reading to verify the fix.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- hadoop, scala
- 領域
- data-engineering
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100