-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
0a35e0e
commit 86fbc5d
Showing
5 changed files
with
169 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.