You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by am...@apache.org on 2015/06/29 23:34:34 UTC

[2/2] drill git commit: DRILL-3120: Windows startup throws NPE

DRILL-3120: Windows startup throws NPE


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

Branch: refs/heads/master
Commit: e923ac54db6abddcae0d18fc7ed37f4b737b22b2
Parents: fdfb1b2
Author: Aditya Kishore <ad...@apache.org>
Authored: Mon Jun 29 11:57:09 2015 -0700
Committer: Aman Sinha <as...@maprtech.com>
Committed: Mon Jun 29 14:21:14 2015 -0700

----------------------------------------------------------------------
 distribution/src/resources/sqlline.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/e923ac54/distribution/src/resources/sqlline.bat
----------------------------------------------------------------------
diff --git a/distribution/src/resources/sqlline.bat b/distribution/src/resources/sqlline.bat
index 3451b0e..05132e4 100755
--- a/distribution/src/resources/sqlline.bat
+++ b/distribution/src/resources/sqlline.bat
@@ -171,7 +171,7 @@ if NOT "test%DRILL_CLASSPATH%"=="test" set DRILL_CP=!DRILL_CP!;%DRILL_CLASSPATH%
 
 rem Override SQLLine's default initial transaction isolation level.  (SQLLine
 rem sets an initial level instead of leaving it at whatever the Driver's default
-rem is.) 
+rem is.)
 rem Put our property specification before previous value of DRILL_SHELL_JAVA_OPTS
 rem so that it can still be overridden via DRILL_SHELL_JAVA_OPTS.
 set DRILL_SHELL_JAVA_OPTS=-Dsqlline.isolation=TRANSACTION_NONE %DRILL_SHELL_JAVA_OPTS%