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

Disable date/timestamp types by default when parsing JSON #11640

Closed ttnghia closed 1 month ago

ttnghia commented 1 month ago

Add a config spark.rapids.sql.json.read.datetime.enabled with default to false to disable date/timestamp types when parsing JSON due to compatibility reason, as our GPU implementation cannot match 100% output with Apache Spark for these types.

ttnghia commented 1 month ago

build