Skip to content

Commit

Permalink
change to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 17, 2024
1 parent cc30a3c commit b19d5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func (r *RecordItems) ToJSONWithOptions(options *ToJSONOptions) (string, error)

func (r *RecordItems) ToJSON() (string, error) {
unnestCols := make([]string, 0)
return r.ToJSONWithOpts(NewToJSONOptions(unnestCols, false))
return r.ToJSONWithOpts(NewToJSONOptions(unnestCols, true))
}

type InsertRecord struct {
Expand Down

0 comments on commit b19d5b9

Please sign in to comment.