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.
The following list of ops should have "ignore=true" in the unsupported qualification output
ResultQueryStage,, UDF, // any exec or expression or read with UDF in it, Scan ExistingRDD Delta Table State,, Scan ExistingRDD Delta Table Checkpoint with Stats,, Scan ExistingRDD Delta Table Checkpoint State,, Execute AddJarsCommand, // on dataset, MapPartitions, // on dataset, SerializeFromObject, // on dataset , MapGroups, // on dataset, AppendColumnsWithObject // on dataset,
and any other that list on dataset in the notes sections Scan ExistingRDD Delta Table State with Stats,, Scan OneRowRelation,, CommandResult,, Execute UpdateCommandEdge,, Execute DeleteCommandEdge, Execute DescribeDeltaHistoryCommand,, Execute InsertIntoHadoopFsRelationCommand text,, Execute InsertIntoHadoopFsRelationCommand csv,, current_user,, current_timestamp,, csv,?? Confirm ith dev, text,?? COnfirm with dev, to_csv, Confirm with dev, Scan JDBCRelation\\,,
Add ignore flag to ExecInfo
The text was updated successfully, but these errors were encountered:
amahussein
changed the title
[FEA] Extend the list of operators to be ignored
[FEA] Extend the list of operators to be ignored in Qualification
Jan 25, 2024
Is your feature request related to a problem? Please describe.
The following list of ops should have "ignore=true" in the unsupported qualification output
ResultQueryStage
,,UDF
, // any exec or expression or read with UDF in it,Scan ExistingRDD Delta Table State
,,Scan ExistingRDD Delta Table Checkpoint with Stats
,,Scan ExistingRDD Delta Table Checkpoint State
,,Execute AddJarsCommand
, // on dataset,MapPartitions
, // on dataset,SerializeFromObject
, // on dataset ,MapGroups
, // on dataset,AppendColumnsWithObject
// on dataset,and any other that list on dataset in the notes sections
Scan ExistingRDD Delta Table State with Stats
,,Scan OneRowRelation
,,CommandResult
,,Execute UpdateCommandEdge
,,Execute DeleteCommandEdge
,Execute DescribeDeltaHistoryCommand
,,Execute InsertIntoHadoopFsRelationCommand text
,,Execute InsertIntoHadoopFsRelationCommand csv
,,current_user
,,current_timestamp
,,csv
,?? Confirm ith dev,text
,?? COnfirm with dev,to_csv
, Confirm with dev,Scan JDBCRelation\\
,,ignore
flag to ExecInfoThe text was updated successfully, but these errors were encountered: