[FEA] [JNI] Add recovery_mode
option to Java_ai_rapids_cudf_Table_readJSON
#14073
Labels
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
I would like to be able to specify the recovery mode as either
RECOVER_WITH_NULL
orFAIL
when callingTable.readJSON
from the Spark plugin.Describe the solution you'd like
Add a new parameter to
Java_ai_rapids_cudf_Table_readJSON
(and the Java binding) and pass it through to thejson_reader_options_builder
. Given that there are only two options currently, I propose adding a booleanrecover_with_null
parameter.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: