OpenSearch/x-pack/plugin/sql
Marios Trivyzas b594e81c86
SQL: Fix issue with field names containing "." (#37364)
Adjust FieldExtractor to handle fields which contain `.` in their
name, regardless where they fall in, in the document hierarchy. E.g.:

```
{
  "a.b": "Elastic Search"
}

{
  "a": {
    "b.c": "Elastic Search"
  }
}

{
  "a.b": {
    "c": {
      "d.e" : "Elastic Search"
    }
  }
}
```

Fixes: #37128
2019-01-15 09:41:41 +02:00
..
jdbc SQL: Replace String.format() with LoggerMessageFormat.format() (#37216) 2019-01-08 23:56:00 +02:00
qa Update the default for include_type_name to false. (#37285) 2019-01-14 13:08:01 -08:00
sql-action Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00
sql-cli Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00
sql-client SQL: Preserve original source for each expression (#36912) 2019-01-04 00:57:50 +02:00
sql-proto SQL: Extend the ODBC metric by differentiating between 32 and 64bit platforms (#36753) 2018-12-18 13:29:49 +02:00
src SQL: Fix issue with field names containing "." (#37364) 2019-01-15 09:41:41 +02:00
build.gradle SQL: [Tests] Fix and enable internalClusterTests (#37300) 2019-01-11 22:43:17 +02:00