risingwavelabs / risingwave

Best-in-class stream processing, analytics, and management. Perform continuous analytics, or build event-driven applications, real-time ETL pipelines, and feature stores in minutes. Unified streaming and batch. PostgreSQL compatible.
https://go.risingwave.com/slack
Apache License 2.0
7.02k stars 577 forks source link

Mutiple duplicated `Notice` will be returned even if it is the same function that gets used multiple times in the same query #11988

Open lmatz opened 1 year ago

lmatz commented 1 year ago

Describe the bug

For example, if a query contains multiple array_agg, it will return:

NOTICE:  array_agg without ORDER BY may produce non-deterministic result

multiple times

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

BugenZhao commented 1 year ago

I guess we can at least do some deduplication by comparing the notice messages. 😕

github-actions[bot] commented 12 months ago

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

github-actions[bot] commented 4 months ago

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.