Skip to content

Commit

Permalink
Removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-h2o committed Jan 22, 2024
1 parent 0095e4d commit 0c82ee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions task_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func defaultTaskIngestionSpec() *TaskIngestionSpec {
IOConfig: &IOConfig{
Type: "index_parallel",
InputSource: &InputSource{},
// InputFormat: &InputFormat{},
},
TuningConfig: &TuningConfig{
Type: "index_parallel",
Expand Down Expand Up @@ -179,7 +178,7 @@ func SetTaskInputFormat(typ string, findColumnsHeader string, columns []string)
if spec.Spec.IOConfig.InputFormat == nil {
spec.Spec.IOConfig.InputFormat = &InputFormat{}
}

spec.Spec.IOConfig.InputFormat.Type = typ
spec.Spec.IOConfig.InputFormat.FindColumnsFromHeader = findColumnsHeader
spec.Spec.IOConfig.InputFormat.Columns = columns
Expand Down

0 comments on commit 0c82ee4

Please sign in to comment.