Francesco Capponi

Results 25 issues of Francesco Capponi

Search for ` "size" : 3,` in the text below. Why this limit? It appears returning only three result top. I tried to look in code but I couldn't find...

question
SQL

Version 1.13 (might be a regression from previous versions) The following query: ``` POST my_test_index_date/_doc/ { "field1": { "subFieldA": "2020-02-02" } } ``` generates the following mapping specifying the field...

Breaking Changes
SQL

*Issue #, if available:* In a simple GROUP BY queries I'm getting the following exception and need more info about the problem: ``` { "error": { "reason": "There was internal...

pending_requester_reponse

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Adding support for much more permissive date parsing for ExprTimestampValue creation (support of T or not T, autofill missing part with 0s) *Issue #, if available:* 1) after you add...

This works for `field IN (list...)` The support to subqueries in the IN clause is yet to come.

Is there any way to get the current year? ``` YEAR(NOW()) ``` seems currently not supported ``` { "error": { "reason": "There was internal problem at backend", "details": "Nested function...

enhancement
SQL

Version 1.13 In the previous version, this type of autocasting was supported ``` POST my_test_ndex_bool/_doc/ { "field1": { "subFieldA": true, "subFieldB": 2 } } POST _opendistro/_sql { "query": """SELECT *...

Breaking Changes
SQL

Version 1.13 Given a doc ``` POST my_test_ndex2/_doc/ { "field1": { "subFieldA": 1, "subFieldB": 2 }, "field3": { "subFieldA": "test" } } ``` This query using GROUP BY and IN...

bug