Skip to content

Commit

Permalink
Instantiate input format by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-h2o committed Jan 15, 2024
1 parent 6406e52 commit 122b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func defaultTaskIngestionSpec() *TaskIngestionSpec {
IOConfig: &IOConfig{
Type: "index_parallel",
InputSource: &InputSource{},
// InputFormat: &InputFormat{},
InputFormat: &InputFormat{},
},
TuningConfig: &TuningConfig{
Type: "index_parallel",
Expand Down

0 comments on commit 122b7dd

Please sign in to comment.