a.parquet/_SUCCESS is not a Parquet file (too small length: 0)
Open
- Dominant language
- Scala
- Stars
- 147
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
you don't filter a _SUCCESS file,can't read a parquet dir?
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- hadoop, scala
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100