Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

TAJO-1313: Tajo-dump creates DDLs for information_schema tables #365

Closed
wants to merge 2 commits into from

Conversation

ykrips
Copy link

@ykrips ykrips commented Jan 29, 2015

No description provided.

@@ -116,6 +118,10 @@ public static void main(String [] args) throws ParseException, IOException, Serv

System.exit(0);
}

private static boolean isAcceptableDumpingDatabase(String databaseName) {
return (databaseName == null || !databaseName.equalsIgnoreCase("information_schema"));
Copy link
Member

Choose a reason for hiding this comment

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

Could you change the ”information_schema" to constants ?

Copy link
Author

Choose a reason for hiding this comment

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

No problems.

@jinossy
Copy link
Member

jinossy commented Feb 2, 2015

+1
Looks good to me. Thank you for your contribution!

@asfgit asfgit closed this in 1e00759 Feb 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants