Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Extend the list of operators to be ignored in Qualification #743

Closed
1 task done
amahussein opened this issue Jan 25, 2024 · 0 comments · Fixed by #745
Closed
1 task done

[FEA] Extend the list of operators to be ignored in Qualification #743

amahussein opened this issue Jan 25, 2024 · 0 comments · Fixed by #745
Assignees
Labels
core_tools Scope the core module (scala) feature request New feature or request

Comments

@amahussein
Copy link
Collaborator

amahussein commented 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\\,,

  • Add ignore flag to ExecInfo
@amahussein amahussein added feature request New feature or request ? - Needs Triage core_tools Scope the core module (scala) labels Jan 25, 2024
@amahussein amahussein self-assigned this Jan 25, 2024
@amahussein 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core_tools Scope the core module (scala) feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant