NVIDIA / spark-rapids

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

[FEA] Update GeneratedInternalRowToCudfRowIterator for string transitions #5636

Open mattahrens opened 2 years ago

mattahrens commented 2 years ago

Is your feature request related to a problem? Please describe. Update GeneratedInternalRowToCudfRowIterator. Be careful though this is the hard part because it does code generation to speed thing up. Also you might want to rename it because it is not going to CudfRow, it is going to a ColumnarBatch.

Ref: https://github.com/rapidsai/cudf/issues/10033#issuecomment-1132121915

amahussein commented 2 years ago

reopened by https://github.com/NVIDIA/spark-rapids/pull/6367