Commit d474b46
committed
fix: keep ArrayInsertUnsupportedArgs fallback and quiet codegen log
Disable UDF codegen dispatch within the ArrayInsertUnsupportedArgs test so
the UDF-derived position stays non-convertible and continues to exercise the
ArrayInsert fallback path. With codegen now enabled by default, the UDF was
converted to proto, making ArrayInsert fully native and removing the expected
fallback reason.
Drop the per-compile log in CometBatchKernelCodegen from info to debug now
that codegen dispatch is on by default and the message would otherwise be
noisy.1 parent 1f5de3e commit d474b46
2 files changed
Lines changed: 6 additions & 2 deletions
File tree
- spark/src
- main/scala/org/apache/comet/codegen
- test/scala/org/apache/comet
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
240 | 244 | | |
241 | 245 | | |
242 | 246 | | |
| |||
0 commit comments