comphead opened a new issue, #2667:
URL: https://github.com/apache/datafusion-comet/issues/2667
### Describe the bug
## Comparing subfolder: q69
### Spark Schema
```
root
|-- cd_gender: string (nullable = true)
|-- cd_marital_status: string (nullable = true)
|-- cd_education_status: string (nullable = true)
|-- cnt1: long (nullable = true)
|-- cd_purchase_estimate: long (nullable = true)
|-- cnt2: long (nullable = true)
|-- cd_credit_rating: string (nullable = true)
|-- cnt3: long (nullable = true)
```
### Comet Schema
```
root
|-- cd_gender: string (nullable = true)
|-- cd_marital_status: string (nullable = true)
|-- cd_education_status: string (nullable = true)
|-- cnt1: long (nullable = true)
|-- cd_purchase_estimate: long (nullable = true)
|-- cnt2: long (nullable = true)
|-- cd_credit_rating: string (nullable = true)
|-- cnt3: long (nullable = true)
```
First difference at row 0:
Spark: `F,D,2 yr Degree,2,7500,2,Good,2`
Comet: `F,D,2 yr Degree,1,9500,1,Good,1`
### Steps to reproduce
_No response_
### Expected behavior
_No response_
### 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]