Commit 3861785
Enable array-to-string cast coverage for float and binary types
Enable FloatType, DoubleType, and BinaryType in CometCastSuite's ArrayType-to-StringType coverage.
Allow ArrayType(BinaryType) casts to string to use the existing native binary string formatting path.
Co-authored-by: Codex <codex@openai.com>1 parent f3387fe commit 3861785
2 files changed
Lines changed: 3 additions & 5 deletions
File tree
- spark/src
- main/scala/org/apache/comet/expressions
- test/scala/org/apache/comet
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | 154 | | |
157 | 155 | | |
158 | 156 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1555 | 1555 | | |
1556 | 1556 | | |
1557 | 1557 | | |
1558 | | - | |
1559 | | - | |
1560 | | - | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
1561 | 1561 | | |
1562 | 1562 | | |
1563 | 1563 | | |
| |||
0 commit comments