Patrick U
Results
3
issues of
Patrick U
**Table DDL** ```sql CREATE TABLE EXAMPLE ( id Int64, date DateTime64, number Int64 DEFAULT -1 ) ENGINE = MergeTree ORDER BY (id); ``` -------- From ClickHouse's [documentation](https://clickhouse.com/docs/en/sql-reference/statements/insert-into/#insert), looking to specify...
bug
Description =========== Attempting to hard-delete a subject that has been soft-deleted ends up throwing a 404 error and will never execute the hard-delete API call. How to reproduce ================ 1....
schema registry