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

HIVE-27752: Remove DagUtils duplicate class #4756

Merged
merged 1 commit into from Sep 29, 2023

Conversation

akshat0395
Copy link
Contributor

What changes were proposed in this pull request?

Remove DagUtils duplicate class, after DagUtils.java in tez package

Why are the changes needed?

Code cleanup

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

No

How was this patch tested?

Existing Unit test

@@ -227,6 +228,14 @@ public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx,
return null;
}
}
public static String getQueryName(Configuration conf) {
Copy link
Contributor

Choose a reason for hiding this comment

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

you haven't needed to change any reference? isn't this used at all? if so, I'm fine with removing it :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, no usage that the ide could detect as well, will remove it :)

@sonarcloud
Copy link

sonarcloud bot commented Sep 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.8) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

Copy link
Contributor

@abstractdog abstractdog left a comment

Choose a reason for hiding this comment

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

+1

@abstractdog
Copy link
Contributor

previous precommit passed, it makes no sense to wait for this one
http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-4756/1/pipeline

@abstractdog abstractdog merged commit 071b721 into apache:master Sep 29, 2023
4 of 5 checks passed
tarak271 pushed a commit to tarak271/hive-1 that referenced this pull request Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants