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
Is your feature request related to a problem? Please describe.
QualTool pulls writeFormats and then filters them out to report the types that are not supported.
This is reported in rapids_4_spark_qualification_output.csv column Unsupported Write Data Format
Is your feature request related to a problem? Please describe.
QualTool pulls writeFormats and then filters them out to report the types that are not supported.
This is reported in
rapids_4_spark_qualification_output.csv
columnUnsupported Write Data Format
spark-rapids-tools/core/src/main/scala/org/apache/spark/sql/rapids/tool/qualification/QualificationAppInfo.scala
Line 508 in 58c5964
This only reports write formats that are not supported.
Describe the solution you'd like
We like to have a details report of the writing Ops similar to the
data_source_information.csv
The report should include:
Changes required to support this feature
challenges
We may face some challenges:
The text was updated successfully, but these errors were encountered: