Skip to content
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

Merged
merged 7 commits into from
Feb 2, 2024

Conversation

saxenakshitiz
Copy link
Contributor

No description provided.

@saxenakshitiz saxenakshitiz requested a review from a team as a code owner February 1, 2024 18:21
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6be89f8) 72.97% compared to head (77761fa) 73.28%.

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              
Flag Coverage Δ
integration 73.28% <ø> (+0.30%) ⬆️
unit 69.51% <ø> (+0.54%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

aaron-steinfeld
aaron-steinfeld previously approved these changes Feb 1, 2024

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"))
Copy link
Contributor Author

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

.trivyignore Outdated Show resolved Hide resolved

This comment has been minimized.

@saxenakshitiz saxenakshitiz merged commit 1c6fed9 into main Feb 2, 2024
8 checks passed
@saxenakshitiz saxenakshitiz deleted the fix_postgres_query_for_array_column branch February 2, 2024 16:09
Copy link

github-actions bot commented Feb 2, 2024

Unit Test Results

  40 files  ±0    40 suites  ±0   7s ⏱️ -1s
320 tests +1  320 ✔️ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 1c6fed9. ± Comparison against base commit 6be89f8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants