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

Add a few more JSON tests for MAP<STRING,STRING> #11721

Open revans2 opened 1 week ago

revans2 commented 1 week ago

https://github.com/NVIDIA/spark-rapids/pull/11702 is fixing some issues with Map<String, String> and I wanted to extend the json_matrix tests to cover it. I didn't add in any new files, because all of the struct cases should cover this too.

This depends on #11702 and the changes I made are only in json_matrix_test.py

ttnghia commented 12 hours ago

build