1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add normalization tests to BQ (#875)

This commit is contained in:
Sherif A. Nada
2020-11-10 14:39:44 -08:00
committed by GitHub
parent 0f147d8dc6
commit ce40a0852b
4 changed files with 58 additions and 11 deletions

View File

@@ -84,8 +84,6 @@ public class PostgresIntegrationTest extends TestDestination {
.collect(Collectors.toList()));
}
// todo (cgardens) - Example of what this should look like for postgres once normalization is added.
// Keep in mind `retrieveRecords` will also need to be updated once we have `_raw`
@Override
protected boolean implementsBasicNormalization() {
return true;