[GitHub] metamodel pull request #133: Don't get killed by Hive SQLExceptions when fin...

2016-10-10 Thread kaspersorensen
Github user kaspersorensen commented on a diff in the pull request: https://github.com/apache/metamodel/pull/133#discussion_r82675958 --- Diff: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/HiveQueryRewriter.java --- @@ -35,6 +35,10 @@ public String

[GitHub] metamodel pull request #133: Don't get killed by Hive SQLExceptions when fin...

2016-10-10 Thread kaspersorensen
Github user kaspersorensen commented on a diff in the pull request: https://github.com/apache/metamodel/pull/133#discussion_r82646932 --- Diff: jdbc/src/main/java/org/apache/metamodel/jdbc/dialects/HiveQueryRewriter.java --- @@ -35,6 +35,10 @@ public String

[GitHub] metamodel pull request #133: Don't get killed by Hive SQLExceptions when fin...

2016-10-10 Thread LosD
GitHub user LosD opened a pull request: https://github.com/apache/metamodel/pull/133 Don't get killed by Hive SQLExceptions when finding default schema name This will allow Hive to throw its exceptions while we're trying to determine the default schema name, without that failing.