TAJO-1681 Fix TajoDump invalid null check for database name#628
TAJO-1681 Fix TajoDump invalid null check for database name#628charsyam wants to merge 2 commits intoapache:masterfrom
Conversation
|
Hi @charsyam Could you rebase the patch against the master branch? |
6e7f2b3 to
e543907
Compare
|
@blrunner I fixed bug and rebased it :) Thank you. |
There was a problem hiding this comment.
It would be nice if the dump result is verified. Please refer to other tests in this class.
|
@charsyam, sorry for late review. |
fix bug
|
@jihoonson Thanks for your review :) so I think this test is more intuitive. What do you think? |
|
I got your point. As you said, the dump result doesn't have to be verified since this ticket is related to fix wrong null checking on database name. |
|
@jihoonson Thanks your review :), Yes, I think It is good idea. Because isAcceptableDumpingDatabase's return value doesn't mean error. What do you think? |
|
Oh, right. It was my misunderstanding. |
e543907 to
94bc862
Compare
|
@jihoonson Ok, I removed testcase and fix indent Thank you for your review :) |
|
+1. Thanks! |
isAcceptableDumpingDatabase return true even if databaseName is null
so it cause exception in dumpDatabase