Github user gatorsmile commented on the issue:
https://github.com/apache/spark/pull/14215
Currently, the error message is still confusing.
```
org.apache.parquet.io.ParquetDecodingException: Can not read value at 1 in
block 0
```
Could we first improve the error handling? Detecting the schema mismatching
and issue an appropriate error message. You know, this is not only for Parquet.
The other data sources face the same issue.
Regarding the current implementation, it is very specific to Parquet. I am
wondering if the other data sources face the same issue. We need a better
design for resolving all of them.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]