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

[FEA] [Follow-up] Enable nested type for GpuXxHash64 #11704

Open res-life opened 2 weeks ago

res-life commented 2 weeks ago

Is your feature request related to a problem? Please describe. PR added the ability to support nested type for XxHash64. Originally it's required by Hyper log log plus plus(HLL++) to fix https://github.com/NVIDIA/spark-rapids-jni/issues/2574. As a byproduct, we can enable nested type for GpuXxHash64 in Spark-Rapids.

Describe the solution you'd like

Additional context It's just a byproduct, currently is not required by any customer. The priority should be low.