From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id AB24342EF5C for ; Thu, 18 Jun 2020 21:49:04 +0300 (MSK) Date: Thu, 18 Jun 2020 18:49:03 +0000 From: Nikita Pettik Message-ID: <20200618184903.GA17291@tarantool.org> References: <3002c51d7ae67c00320046838922aa9edd0b4d90.1592319653.git.kyukhin@tarantool.org> <20200616230812.GA9358@tarantool.org> <20200617144536.yit7qljhf26efm5e@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200617144536.yit7qljhf26efm5e@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] sql: raise an error on attempt to use HASH index in SQL List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org On 17 Jun 17:45, Kirill Yukhin wrote: > Hello, > > Thanks a lot for review. > > My answers inlined. Iterative patch in the bottom. > Branch force-pushed. > LGTM The only thing missing is a docbot request (in case it is still undocumented).