hypertrace / document-store

Document store abstraction that we use across Hypertrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing selection clause support of Query request in postgres

kotharironak opened this issue · comments

We had added selection clause as part for v0 query request API - https://github.com/hypertrace/document-store/blob/main/document-store/src/main/java/org/hypertrace/core/documentstore/Query.java#L10

However, the implementation is missing for postgres. This ticket to provide support for it.

Above PR adds support for it, closing this one.