Skip to content

Commit

Permalink
Fixes behaviour for incomplete lines when recover_with_nulls is ena…
Browse files Browse the repository at this point in the history
…bled (rapidsai#14252)

Closes rapidsai#14227. Adapts the behaviour of the JSON finite-state transducer (FST) when `recover_with_nulls` is `true` to be more strict and reject lines that contain incomplete JSON objects (aka records) or JSON arrays (aka lists).

Authors:
  - Elias Stehle (https://github.com/elstehle)

Approvers:
  - Vukasin Milovanovic (https://github.com/vuule)
  - Nghia Truong (https://github.com/ttnghia)

URL: rapidsai#14252
  • Loading branch information
elstehle authored Oct 11, 2023
1 parent b17904d commit 15baa00
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 370 deletions.
Loading

0 comments on commit 15baa00

Please sign in to comment.