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

[BUG] - SparkEventsBronze - Schema Exception #686

Closed
GeekSheikh opened this issue Jan 9, 2023 · 0 comments · Fixed by #678 or #675
Closed

[BUG] - SparkEventsBronze - Schema Exception #686

GeekSheikh opened this issue Jan 9, 2023 · 0 comments · Fixed by #678 or #675
Assignees
Labels
bug Something isn't working
Milestone

Comments

@GeekSheikh
Copy link
Contributor

In certain circumstances where the sparkEventLogs have both executorAdded/Removed events and one of the following events with root level fields "Executor ID" and "executorId" respectively. This is not handled by the schemaScrubber and therefore needs to be manually handled.

Error is seen by the user in the pipReport as
com.databricks.sql.transaction.tahoe.DeltaAnalysisException: Found duplicate column(s) in the data to save: executorid

Additional Event types that can cause this issue

org.apache.spark.scheduler.SparkListenerExecutorBlacklistedForStage
org.apache.spark.scheduler.SparkListenerExecutorExcludedForStage
org.apache.spark.scheduler.SparkListenerExecutorUnblacklisted
org.apache.spark.scheduler.SparkListenerExecutorUnexcluded
@GeekSheikh GeekSheikh added the bug Something isn't working label Jan 9, 2023
@GeekSheikh GeekSheikh added this to the 0.7.1.1 milestone Jan 9, 2023
@GeekSheikh GeekSheikh self-assigned this Jan 9, 2023
@GeekSheikh GeekSheikh linked a pull request Jan 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant