kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Make warning limit per-query instead of per-connection

Open royi-luo opened this issue 5 months ago • 0 comments

Currently, the limit on the number of cached warnings (configurable using CALL warning_limit={value}) is applied per-connection. We should discuss if it is more user-intuitive for this limit to apply per-query instead, and whether there is a need for a global limit on the number of cached warnings.

For reference, duckDB's rejects_limit setting for read_csv() applies for each input file (which is even more granular than per-query).

royi-luo avatar Sep 09 '24 17:09 royi-luo