Skip to content

Commit

Permalink
Update CH Test container to not use material_view.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Dec 19, 2024
1 parent 5fa95bc commit 2e55f50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public static void beforeAll() {
.withClasspathResourceMapping("clickhouse_data.sql", "/docker-entrypoint-initdb.d/b_schema.sql",
BindMode.READ_ONLY)
.withClasspathResourceMapping("clickhouse/clickhouse.sql", "/docker-entrypoint-initdb.d/c_schema.sql",
BindMode.READ_ONLY)
.withClasspathResourceMapping("clickhouse/materialized_views.sql", "/docker-entrypoint-initdb.d/d_schema.sql",
BindMode.READ_ONLY);

public static class Initializer implements ApplicationContextInitializer<ConfigurableApplicationContext> {
Expand Down

0 comments on commit 2e55f50

Please sign in to comment.