ClickHouse/dbms/tests/queries/0_stateless/00516_deduplication_after_drop_partition_zookeeper.reference
2017-11-15 23:13:10 +03:00

22 lines
314 B
Plaintext

*** Before DROP PARTITION ***
2000-01-01 1
2000-01-01 2
2000-01-01 3
2000-02-01 3
2000-02-01 4
2000-02-01 5
*** After DROP PARTITION ***
2000-02-01 3
2000-02-01 4
2000-02-01 5
*** After INSERT ***
2000-01-01 1
2000-01-01 2
2000-01-01 3
2000-01-01 4
2000-02-01 3
2000-02-01 4
2000-02-01 5
2000-02-01 6
2000-02-01 7