apache / apache/gluten

[CH]Remove ParquetException

Open
#4,998 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Scala
Stars
1.6k
Forks
657
Avg merge
2d 14h
Merged PRs (30d)
80

Description

### Description

```cpp
int64_t col_length = column_metadata.total_compressed_size();
int64_t col_end;
if (col_start < 0 || col_length < 0)
throw parquet::ParquetException("Invalid column metadata (corrupt file?)");
```

Contributor guide

Open the contributing guide

Research direction

The issue provides only a C++ snippet, so first locate the column-metadata validation containing ParquetException and read its surrounding call path. Check the project’s relevant native tests or build after the change; done means the requested exception removal is covered without leaving the invalid-metadata case unhandled.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.