DRILL-666: Show Tables should only list tables in the current database.

If no default database in selected throw an error to select a
default database using USE command.


Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/c6eb0bae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/c6eb0bae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/c6eb0bae

Branch: refs/heads/master
Commit: c6eb0bae588c561408564bd2b88bae2843b43f61
Parents: f1c6b98
Author: vkorukanti <[email protected]>
Authored: Mon Jun 9 16:40:17 2014 -0700
Committer: Jacques Nadeau <[email protected]>
Committed: Tue Jun 10 18:59:40 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/c6eb0bae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e626b3..c73a912 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.17</version>
           <configuration>
-            <argLine>-Xms512m -Xmx1g -Ddrill.exec.http.enabled=false 
-Ddrill.exec.sys.store.provider.local.write=false -XX:MaxPermSize=256M 
-XX:MaxDirectMemorySize=2096M -XX:+CMSClassUnloadingEnabled</argLine>
+            <argLine>-Xms512m -Xmx1g -Ddrill.exec.http.enabled=false 
-Ddrill.exec.sys.store.provider.local.write=false -XX:MaxPermSize=256M 
-XX:MaxDirectMemorySize=10000M -XX:+CMSClassUnloadingEnabled</argLine>
             <forkCount>4</forkCount>
             <reuseForks>true</reuseForks>
             <additionalClasspathElements>

Reply via email to