Repository: calcite
Updated Branches:
  refs/heads/master a99f386d5 -> 772815470


[CALCITE-2318] NumberFormatException while starting SQLLine

Upgrade sqlline to 1.4.0 to fix
https://github.com/julianhyde/sqlline/issues/75
and the underlying issue https://github.com/jline/jline2/issues/281.


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

Branch: refs/heads/master
Commit: 772815470e25d2836ef876acc6d62dec1b5c4d86
Parents: a99f386
Author: Julian Hyde <jh...@apache.org>
Authored: Wed May 30 18:42:25 2018 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu May 31 19:57:25 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/calcite/blob/77281547/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f7544ed..c934449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ limitations under the License.
     <servlet.version>3.0.1</servlet.version>
     <slf4j.version>1.7.13</slf4j.version>
     <spark.version>2.2.0</spark.version>
-    <sqlline.version>1.3.0</sqlline.version>
+    <sqlline.version>1.4.0</sqlline.version>
     <xalan.version>2.7.1</xalan.version>
     <xerces.version>2.9.1</xerces.version>
     <sketches.version>0.9.0</sketches.version>

Reply via email to