NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
822 stars 235 forks source link

Fix build error due to changing the signature of cudf `Table.readJSON` #11655

Open ttnghia opened 4 weeks ago

ttnghia commented 4 weeks ago

This fixes plugin build which breaks due to rewriting Java API Table.readJSON to return the output from libcudf read_json directly (https://github.com/rapidsai/cudf/pull/17180).

Depends on:

Partially contributes to https://github.com/NVIDIA/spark-rapids/issues/11560.