-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make inclause behaviour consistent between mongo and postgres #186
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
============================================
+ Coverage 80.60% 80.63% +0.03%
- Complexity 932 933 +1
============================================
Files 149 149
Lines 4275 4292 +17
Branches 356 356
============================================
+ Hits 3446 3461 +15
- Misses 590 591 +1
- Partials 239 240 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...-store/src/test/java/org/hypertrace/core/documentstore/postgres/PostgresQueryParserTest.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please add some integration tests.
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...nt-store/src/integrationTest/resources/query/test_primitive_lhs_in_filter_aggr_response.json
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
...ment-store/src/main/java/org/hypertrace/core/documentstore/postgres/utils/PostgresUtils.java
Outdated
Show resolved
Hide resolved
Only nits. Overall, looks good. |
No description provided.