all-things-risingwave

What is the bug related to ordering in a materialized view and how was it fixed?

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.

ji

jie

Asked on Jan 14, 2023

  • The bug was related to ordering in a materialized view when using order by with desc parameter.
  • The bug caused incorrect results to be returned when querying the materialized view with conditions based on the id column.
  • The bug was reported and an issue was created for it: GitHub Issue #7390.
  • The bug has been fixed on the latest main branch of the codebase.
Jan 16, 2023Edited by