Sudarshan S
Sudarshan S
I found the issue since I want to group by data and also transform before group by , I need to move group by in outer nested query. I will...
I found multiple issues and created feature request to add support for scripted field https://github.com/opensearch-project/sql/issues/2325 . any guidance is appreciated. following is example which does not work ``` PUT /test_bulk3...
looks like if I remove fetch_size parameter I get the results, but no cursor is present if I add fetch_size parameter I get error similar to following ``` \n \"error\":...
adding @Yury-Fridlyand for help as I see there PR created for pagination related changes https://github.com/opensearch-project/sql/pull/1752 Yuri do you know what is limitation of V1 LIMIT OFFSET,PAGE_SIZE approach for pagination? background:...