Advanced SQL Analytics Framework#6
Conversation
… vulnerability (#94942) * disable sql expressions remove duckdb ref * Run `make update-workspace` --------- Co-authored-by: Scott Lepper <scott.lepper@gmail.com>
Codoki PR ReviewSummary: Fix SQL feature gating, unblock SQL expressions Issues (Critical & High only)
Showing top 1 issues. Critical: 0, High: 1. See inline suggestions for more. Key Feedback (click to expand)
Confidence: 3/5 — Needs work before merge (1 high · status: Requires changes) React with 👍 or 👎 if you found this review useful. |
| return exp, nil | ||
| } | ||
|
|
||
| func enableSqlExpressions(h *ExpressionQueryReader) bool { |
There was a problem hiding this comment.
| func enableSqlExpressions(h *ExpressionQueryReader) bool { | |
| func enableSqlExpressions(h *ExpressionQueryReader) bool { | |
| return h.features.IsEnabledGlobally(featuremgmt.FlagSqlExpressions) | |
| } |
Mirrors ai-code-review-evaluation#9 for like-for-like benchmarking.
data-analysis-featuresadvanced-sql-analyticsOriginal PR excerpt: