Philip Hallstrom
Philip Hallstrom
If you've got a hierarchy with a depth of around 500 you can't `rebuild!` the tree without it resulting in a SystemStackError: stack level too deep. Here's a test that...
Without this fix, the `ORDER BY sequence` would not get added if the table engine used replication -- with arguments. for example: ReplicatedMergeTree('/x/y/{shard}/z','{replica}',ver) see https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/replication
see https://github.com/golang-migrate/migrate/issues/1043 see https://github.com/golang-migrate/migrate/issues/380 see https://github.com/golang-migrate/migrate/issues/515
Add metadata with changelog URI to gemspec
### What is the bug? Calling `asynchronous_search.search` and passing an index that has a wildcard (ie. `index: "test-*"`) results in the error `index_not_found_exception` with reason: `no such index [test-%2A]` ###...