bug: bad batch query succeeds when QUERY_MODE
is distributed
#18790
Labels
type/bug
Something isn't working
Milestone
The following batch query should fail to execute, although it should pass the binder, because
generate_series(timestamptz, timestamptz, interval)
is not supported in batch mode (no such function implementation).However, what's weird is that, this query failed in local mode, but succeeded in distributed mode.
The text was updated successfully, but these errors were encountered: