sql icon indicating copy to clipboard operation
sql copied to clipboard

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)

Results 571 sql issues
Sort by recently updated
recently updated
newest added

### Description Following in the footsteps of #3070, this PR splits doctests into its own step too. The general motivation behind both changes is that both suites can start failing...

infrastructure

**What is the bug?** ``` ### POST {{baseUrl}}/_plugins/_ppl Content-Type: application/x-ndjson { "query": "source = people" } ### POST {{baseUrl}}/_plugins/_ppl/_explain Content-Type: application/x-ndjson { "query": "source = people | head 1 from...

bug
untriaged

- Incremented version to **2.17.2-SNAPSHOT**.

v2.17.2

**Is your feature request related to a problem?** Currently, our project consists of several subprojects, each with its own `build.gradle` file. Many of these subprojects share common dependencies, and it's...

untriaged
maintenance

**What is the bug?** BWC tests are failing, see #3070 **How can one reproduce the bug?** Steps to reproduce the behavior: 1. Run tests 2. See errors (something about invalid...

bug
infrastructure

**What is the bug?** CSV output of entries like `"a" b` or `a " b` should, according to RFC 4180, escape them to be `"""a"" b"` and `"a "" b"`,...

bug

**What is the bug?** I run a syntax correct PPL but it shows a bug. It works on 2.15 but fails on 2.17 and current main **How can one reproduce...

bug

**Is your feature request related to a problem?** Adding a new PPL `trendline` command to support computing a moving averages of fields. We would like to support two flavours of...

enhancement
PPL

Fixes #3050 ### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [x ] New...