Vamsi Manohar

Results 38 issues of Vamsi Manohar

* Add transport API for sql. * Add lightweight library for calling sql and ppl using transport API from other clients. The library shouldn't be heavy and should only contain...

enhancement

**What is the bug?** * ```DateTimeFunctionTest. testWeekOfYearWithTimeType() YearweekTest. testYearweekWithTimeType()``` unit tests are temporarily fixed in this PR here : https://github.com/opensearch-project/sql/pull/2476. * The ask from this bug is to come up...

bug

### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ ]...

**Is your feature request related to a problem?** RFC3339_LENIENT date format was introduced in Opensearch here: https://github.com/opensearch-project/OpenSearch/pull/11465 Add support for the same format in sql and also include relavant tests....

enhancement

Since cluster settings API allows changing these settings, we should see the possibility of entirely removing this API.

bug

Currently most of the rest classes are missing unit tests.

bug

Currently it requires a cluster restart if spark execution engine is configured via cluster settings API. This is due to dependency of reqion during initial bootstrapping. Need to figure out...

bug
Flint

Enhancement Requests: * Write unit tests for RestPPLQueryAction, RestPPLStatsAction and all other Rest Action Files. * Write security focussed integ tests for PPL endpoint from users with different access roles....

enhancement

### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes testing. - [ ]...

### Description Meta Issue: https://github.com/opensearch-project/sql/issues/2623 As part of moving all the non-opensearch classes to a separate async-query-core module. We are removing the dependency of opensearch on state models by moving...