Commit 4ba0bcf
fix: disable ANSI mode in benchmarks to avoid exceptions on invalid input
comet-test-apache-spark defaults spark.sql.ansi.enabled to true, causing
CAST on intentionally invalid benchmark data to throw instead of returning NULL.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e444b6f commit 4ba0bcf
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments