From e234ff188e443e22870db8cc0cefd1ebea500152 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 24 Jun 2022 10:39:15 +0200 Subject: [PATCH] test: Create csv schema in partial.load --- test/partial.load | 1 + 1 file changed, 1 insertion(+) diff --git a/test/partial.load b/test/partial.load index 21a9e45..c2610a1 100644 --- a/test/partial.load +++ b/test/partial.load @@ -24,6 +24,7 @@ LOAD CSV standard_conforming_strings to 'on' BEFORE LOAD DO + $$ create schema if not exists csv; $$, $$ drop table if exists csv.partial; $$, $$ create table csv.partial ( a integer unique,