Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2025-06-17 Thread via GitHub
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

Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-09-19 Thread via GitHub
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

Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-09-19 Thread via GitHub
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

Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-09-19 Thread via GitHub
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

Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-06-13 Thread via GitHub
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

Re: [I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-06-13 Thread via GitHub
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

[I] Comet cannot read decimals with physical type BINARY [datafusion-comet]

2024-06-13 Thread via GitHub
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