[YSQL] Partition with out-of-order columns constructs incorrect UPDATE payload #25521
Open
1 task done
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-14778
Description
Behavior observed on master (4a9292c / YugabyteDB on PG 15).
Consider the following test adapted from
insert_conflict.sql
Running the following SELECT query should give:
while it produces:
Relevant DocDB logs:
Column 2(10) corresponds to column
b
in the parent while 1(9) references the same column in the child partition.However, notice that the update to the table uses column ID 2.
#14985 references a similar issue but was reported on YugabyteDB on PG 11.
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
The text was updated successfully, but these errors were encountered: