Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reproduce failures when filtering partitions
PostgreSQL command `TRUNCATE ONLY` does not support partitioned tables. This commit adds a test case to ensure that the `TRUNCATE ONLY` command is not used on partitioned tables. ERROR: cannot truncate only a partitioned table HINT: Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly. ERROR: cannot truncate only a partitioned table SQL query: TRUNCATE ONLY partitioned_tables.sellers
- Loading branch information