OpenSearch/sql
Costin Leau 7d3c6a778f SQL: update support for nested docs (elastic/x-pack-elasticsearch#3546)
* SQL: update support for nested docs

Expand sample data with nested docs
Optimize source generation for nested parents
Nested objects fields are specified in inner-hits and don't need to be
specified at the top-level query. Further more disable parent source if
not needed.
ComputingFieldRef needs to return the hitName of its wrapped children
otherwise nested values cannot be extracted
Disable GROUP BY/HAVING on nested fields
Update FieldAttribute requirements in the random tests

Original commit: elastic/x-pack-elasticsearch@e44951b5f6
2018-01-16 16:59:22 +02:00
..
cli SQL: Rename :core to :server in sql gradle files 2018-01-11 14:29:35 -05:00
jdbc SQL: Move shared REST client methods to shared-client (elastic/x-pack-elasticsearch#3428) 2017-12-28 11:10:18 -05:00
jdbc-proto Revert "Revert "Merge branch 'feature/sql'"" 2017-12-13 10:19:31 -05:00
rest-proto SQL: Rename :core to :server in sql gradle files 2018-01-11 14:29:35 -05:00
server SQL: update support for nested docs (elastic/x-pack-elasticsearch#3546) 2018-01-16 16:59:22 +02:00
shared-client SQL: Add jdbc mode to REST API (elastic/x-pack-elasticsearch#3499) 2018-01-10 09:41:36 -05:00
shared-proto Revert "Revert "Merge branch 'feature/sql'"" 2017-12-13 10:19:31 -05:00
test-utils SQL: Move shared REST client methods to shared-client (elastic/x-pack-elasticsearch#3428) 2017-12-28 11:10:18 -05:00
build.gradle Revert "Revert "Merge branch 'feature/sql'"" 2017-12-13 10:19:31 -05:00