From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 98C02431780 for ; Mon, 10 Aug 2020 20:52:41 +0300 (MSK) Date: Mon, 10 Aug 2020 17:52:40 +0000 From: Nikita Pettik Message-ID: <20200810175240.GB3803@tarantool.org> References: <21871bd97383aa16c15d8bdad20775f2a85548ae.1596584571.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <21871bd97383aa16c15d8bdad20775f2a85548ae.1596584571.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 2/2] tuple: fix access by JSON path starting from '[*]' List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 05 Aug 01:45, Vladislav Shpilevoy wrote: > Tuple JSON field access crashed when '[*]' was used as a first > part of the JSON path. The patch makes it treated like 'field not > found'. > > Follow-up #5224 LGTM