probcomp/bayeslite

Enable VARIABLES with ANALYZE(OPTIMIZED)

Closed this issue · 0 comments

fsaad commented

Location

# OPTIMIZED is incompatible with any other clause.
if seen_optimized:
if seen_variables or seen_skip:
raise BQLError(bdb, 'OPTIMIZED incompatible with other clauses.')

Pending
probcomp/cgpm#197