Skip to content

Commit

Permalink
Add unquotedControlChars option
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Sep 27, 2024
1 parent 4b62e11 commit 38dcf4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ case class GpuJsonToStructs(
} else {
//System.out.println("cudfSchema.getFlattenedTypes does not contain LIST")
val table = JSONUtils.fromJsonToStructs(input.getBase, cudfSchema,
parsedOptions.allowNumericLeadingZeros, parsedOptions.allowNonNumericNumbers)
jsonOptions.leadingZerosAllowed, jsonOptions.nonNumericNumbersAllowed,
jsonOptions.unquotedControlChars)
// TableDebug.get.debug("input.getBase", input.getBase)
// TableDebug.get.debug("table from json", table)

Expand Down

0 comments on commit 38dcf4a

Please sign in to comment.