-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Minor cleanups in OpenLineage plugin #26528
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
Minor cleanups in OpenLineage plugin #26528
Conversation
ebyhr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could run "Reformat Code" for the entire trino-openlineage module. There are additional places we can fix.
358057e to
c8fa943
Compare
|
@ebyhr Thanks for pointers - Have updated them as well. |
| .getFacets() | ||
| .getAdditionalProperties() | ||
| .get("trino_metadata") | ||
| .getAdditionalProperties(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer the following style reducing nested indentations, but feel free to ignore this comment:
Map<String, Object> trinoQueryContext = result
.getRun()
.getFacets()
.getAdditionalProperties()
.get("trino_query_context")
.getAdditionalProperties();There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied them
c8fa943 to
1dda7c0
Compare
Description
Follow-up PR for additional comments as a part of #25704
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: