[YSQL] Batched Nested Loop joins crash on prepared statements in yb-sample-apps #14278
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/bug
This issue is a bug
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
Jira Link: DB-3722
Description
The prepared joins for the
SqlForeignKeysAndJoins
workload of the yb-sample-apps repository causes a connection crash when BatchedNestedLoop joins are enabled. This happens when the statement reuses a plan from a previous run and accesses invalid memory in the YBBatchedNestLoop node here.The text was updated successfully, but these errors were encountered: