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

Add refresh statements for the materialized views #801

Merged
merged 17 commits into from
Nov 16, 2023
Merged

Conversation

bchapuis
Copy link
Member

No description provided.

.toList();
var relationIds = relations.stream().map(Relation::getId).toList();
try {
switch (change.getType()) {

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
MODIFY
.

import static org.junit.jupiter.api.Assertions.*;

class StateReaderTest {

Check notice

Code scanning / CodeQL

Unused classes and interfaces Note

Unused class: StateReaderTest is not referenced within this codebase. If not used as an external API it should be removed.
Copy link

sonarcloud bot commented Nov 15, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

No Coverage information No Coverage information
25.3% 25.3% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@bchapuis bchapuis marked this pull request as ready for review November 15, 2023 16:23
@bchapuis bchapuis merged commit c3cdfce into main Nov 16, 2023
9 of 10 checks passed
@bchapuis bchapuis deleted the update-basemap branch November 16, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant