vdiravka commented on a change in pull request #1462: DRILL-3853: Upgrade to 
SqlLine 1.5.0
URL: https://github.com/apache/drill/pull/1462#discussion_r216773286
 
 

 ##########
 File path: exec/java-exec/src/main/resources/drill-sqlline.conf
 ##########
 @@ -0,0 +1,75 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This file customizes SqlLine application.
+# This file is in HOCON format, see 
https://github.com/typesafehub/config/blob/master/HOCON.md for more information.
+
+drill.sqlline {
+  info_message_template: "apache drill %s\n%s",
+  quotes: [
+    "start your sql engine",
+    "this isn't your grandfather's sql",
+    "a little sql for your nosql",
+    "json ain't no thang",
+    "drill baby drill",
+    "just drill it",
+    "say hello to my little drill",
+    "what ever the mind of man can conceive and believe, drill can query",
+    "the only truly happy people are children, the creative minority and drill 
users",
+    "a drill is a terrible thing to waste",
+    "got drill?",
+    "a drill in the hand is better than two in the bush",
+    "drill never goes out of style",
+    "everything is easier with drill",
+    "you told me to drill, sergeant"
+  ],
+  drivers: [
+    org.apache.drill.jdbc.Driver
+  ],
+  connection_url_examples: [
+    "jdbc:drill:localhost",
 
 Review comment:
   `jdbc:drill:drillbit=localhost` and the same in `drill-sqlline-test.conf` 
file

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to