We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Rather than simply inferring that a partition is empty, we can check it concretely through a simple SELECT statement, like:
SELECT * FROM table PARTITION(p_20230724) LIMIT 1;
If any data comes back, then we have failed an invariant.