From 6406e52d4892dd62625bad8375ce5bdc176ea42d Mon Sep 17 00:00:00 2001 From: Tomasz Date: Wed, 10 Jan 2024 15:18:00 +0100 Subject: [PATCH] Do not init input format by default --- task_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_types.go b/task_types.go index 45fc926..f830710 100644 --- a/task_types.go +++ b/task_types.go @@ -65,7 +65,7 @@ func defaultTaskIngestionSpec() *TaskIngestionSpec { IOConfig: &IOConfig{ Type: "index_parallel", InputSource: &InputSource{}, - InputFormat: &InputFormat{}, + // InputFormat: &InputFormat{}, }, TuningConfig: &TuningConfig{ Type: "index_parallel",