-
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
chore: fix postgres query for array type column #220
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #220 +/- ##
============================================
+ Coverage 72.97% 73.28% +0.30%
- Complexity 1114 1120 +6
============================================
Files 96 96
Lines 4784 4783 -1
Branches 547 547
============================================
+ Hits 3491 3505 +14
+ Misses 1068 1053 -15
Partials 225 225
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…gres_query_for_array_column
This comment has been minimized.
This comment has been minimized.
@@ -95,7 +95,7 @@ public static void setup() throws Exception { | |||
kafkaZk.start(); | |||
|
|||
pinotServiceManager = | |||
new GenericContainer<>(DockerImageName.parse("hypertrace/pinot-servicemanager:main")) | |||
new GenericContainer<>(DockerImageName.parse("hypertrace/pinot-servicemanager:0.6.12")) |
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.
Filed a tracking ticket to make it work it with main version. Once fixed, will revert this change
No description provided.