feat: add selection support in older api (#115)
* feat: add selection support in older api
* fixed the bulk array update internal query
* fixed closable iterator issue
* refactored common method, and fixed handling of outer column
* refactor: clean up and removed duplicate logic
* adds warn logs for debugging
* fix for insight dto
* adds unit and integration test for selection clause
* converting warn log to debug log
* Update document-store/src/main/java/org/hypertrace/core/documentstore/postgres/PostgresQueryParser.java
Co-authored-by: Suresh Prakash <[email protected]>
* addressed comments for reusing ID field, and rededunt condition
Co-authored-by: Suresh Prakash <[email protected]>