comphead opened a new issue, #567:
URL: https://github.com/apache/datafusion-comet/issues/567
### Describe the bug
The user raised the issue when Comet crashes on
```
Column: [price], Expected: decimal(15,2), Found: BINARY.
```
when reading the parquet file
The parquet file meta is
```
optional binary royalty_price (DECIMAL(15,2));
```
Spark without Comet reads the data with no issues
### Steps to reproduce
_No response_
### Expected behavior
Should read the value
### Additional context
_No response_
--
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]