Files
ask ec3643dec9
ci/woodpecker/push/woodpecker Pipeline was successful
fix(chdb): return error on log_scores row scan failure
Previously a per-row scan error was logged and skipped with continue, so a
decode failure (e.g. the UInt64->int64 regression) produced a 200 response
with partial or empty data and no signal to the client. Fail the request
instead so the HTTP handlers return 500. Also check rows.Err() after iteration.
2026-05-24 10:48:23 -07:00
..