Skip to content

Commit

Permalink
update qualx changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nartal1 committed Dec 3, 2024
1 parent 1d1f0fb commit 1b3f5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user_tools/src/spark_rapids_tools/tools/qualx/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
'sqlOp_CustomShuffleReader',
'sqlOp_DeserializeToObject',
'sqlOp_Exchange',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand csv',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand parquet',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand orc',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand json',
'sqlOp_Execute InsertIntoHadoopFsRelationCommand unknown',
'sqlOp_Expand',
'sqlOp_Filter',
'sqlOp_Generate',
Expand All @@ -139,6 +139,7 @@
'sqlOp_Scan orc',
'sqlOp_Scan parquet',
'sqlOp_Scan text',
'sqlOp_Scan unknown',
'sqlOp_SerializeFromObject',
'sqlOp_Sort',
'sqlOp_SortAggregate',
Expand Down

0 comments on commit 1b3f5dd

Please sign in to comment.