You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
fix: F004 exclude empty tables from recommendations
In case when a table is empty (has 0 rows) its heap bloat is estimated as 100%. In some cases, such a table might be included in "F004 Recommendations" and considered as of top priority (P1). This leads to messages containing the wrong statement. This behavior was changed: from now on, empty tables are excluded from consideration.
CI: a new test was added to check this case automatically.
0 commit comments