trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.34k stars 2.98k forks source link

Pushdown filters on nested fields for Elasticsearch #16965

Closed BrendanHart closed 1 year ago

BrendanHart commented 1 year ago

It would be an improvement to support the pushing down of filters such as "select * from table where a.b = 2" to Elasticsearch.

ebyhr commented 1 year ago

Closing as duplicate of #2519