A bug related to ordering in a materialized view was reported and fixed. The issue occurred when using order by
with desc
parameter in a materialized view. The bug caused incorrect results to be returned when querying the materialized view with conditions based on the id
column.
jie
Asked on Jan 14, 2023
order by
with desc
parameter.id
column.