baibaichen opened a new issue, #4998:
URL: https://github.com/apache/incubator-gluten/issues/4998
### 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?)");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]