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

[SPARK] mention JobNameSuffixProvider interface #327

Merged
merged 1 commit into from
May 30, 2024
Merged

Conversation

pawel-big-lebowski
Copy link
Collaborator

No description provided.

Copy link

netlify bot commented May 21, 2024

Deploy Preview for mellifluous-eclair-326dcd ready!

Name Link
🔨 Latest commit d967df8
🔍 Latest deploy log https://app.netlify.com/sites/mellifluous-eclair-326dcd/deploys/664c88186a1fd90009ff5e6b
😎 Deploy Preview https://deploy-preview-327--mellifluous-eclair-326dcd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -109,6 +109,10 @@ runtime.
can also be attached, though `CustomFacetBuilder`s _may_ override facets attached directly to the
dataset.

Spark job's naming logic appends output dataset's identifier as job suffix. In order to provide a job suffix, a `QueryPlanVisitor`
needs to implement [`JobNameSuffixProvider`](https://github.com/OpenLineage/OpenLineage/blob/main/integration/spark/shared/src/main/java/io/openlineage/spark/api/JobNameSuffixProvider.java)
interface. Otherwise no suffix will be appended.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explain more what that means - in a concrete example maybe. I think it's important point when implementing own Visitors or Dataset Builders.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave more context to it.

Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
@mobuchowski mobuchowski merged commit bcd93f7 into main May 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants