andygrove closed issue #567: Comet cannot read decimals with physical type
BINARY
URL: https://github.com/apache/datafusion-comet/issues/567
--
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 speci
parthchandra commented on issue #567:
URL:
https://github.com/apache/datafusion-comet/issues/567#issuecomment-2362243267
Yes, let's close this. We can revisit this if more people report it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
comphead commented on issue #567:
URL:
https://github.com/apache/datafusion-comet/issues/567#issuecomment-2361840041
Well, the issue still exists, however its related to deprecated Parquet
formats where Decimal is represented as BINARY. We probably should mention this
in doc that such kind
andygrove commented on issue #567:
URL:
https://github.com/apache/datafusion-comet/issues/567#issuecomment-2361649356
@comphead @parthchandra can we close this issue?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
comphead commented on issue #567:
URL:
https://github.com/apache/datafusion-comet/issues/567#issuecomment-2166986064
Thanks @parthchandra the issue is likely in
`org.apache.comet.parquet.TypeUtil.checkParquetType` when deriving the decimal
type
--
This is an automated message from the A
parthchandra commented on issue #567:
URL:
https://github.com/apache/datafusion-comet/issues/567#issuecomment-2166877174
I'll look into this @comphead.
--
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
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 par