You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RAPIDS plugin does not generate the correct value for the format field in the eventlog.
Instead of dumping a pretty string value of the format, it dumps the object string (i.e com.nvidia.spark.rapids.GpuParquetFileFormat@9f5022c)
It would be nice to fix that to make it easy to analyze the eventlog. Otherwise, the consumer of the eventlog has to keep track of any modification in the ClassNames in the RAPIDS code which is not ideal.
Describe the bug
The RAPIDS plugin does not generate the correct value for the format field in the eventlog.
Instead of dumping a pretty string value of the format, it dumps the object string (i.e
com.nvidia.spark.rapids.GpuParquetFileFormat@9f5022c
)It would be nice to fix that to make it easy to analyze the eventlog. Otherwise, the consumer of the eventlog has to keep track of any modification in the ClassNames in the RAPIDS code which is not ideal.
This impacts the
ColumnarFileFormat
typesSample eventlog:
The text was updated successfully, but these errors were encountered: