sql
sql copied to clipboard
Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
### 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...
Backport 366d165680a0674ee630cc7bad1522166641331b from #3092.
**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...
**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...
**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...
**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"`,...
**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...
**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...
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...