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] Fix NPE when using BorderTreeNodeDecorator #4

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

morningman
Copy link
Contributor

Fix #3

Hi, I am from Apache Doris(Incubating) project. And I found this wonderful tree printer tools.
I am going to introduce this tool to our project to print the SQL query plan and query profile tree.

But when I am using BorderTreeNodeDecorator, it will throw NPE. So I have to copy your code to
our repo to fix the bug. PR: apache/doris#5475

Once you merge this PR and make a new release, I will remove the source code of this tree printer
from Doris and just using maven dependency.

Thank U!

@davidsusu davidsusu merged commit 59aaa35 into davidsusu:master Mar 9, 2021
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.

Run example code throws NullPointerException
2 participants