Repository: zeppelin
Updated Branches:
  refs/heads/master 0ca247b1b -> d2e789714


ZEPPELIN-3581. Add "type": "textarea" to "default.statementPrecode" in 
interpreter-setting.json

### What is this PR for?
Fix "interpreter-setting.json" for JDBC interpreter

### What type of PR is it?
Bug Fix

### What is the Jira issue?
[ZEPPELIN-3581](https://issues.apache.org/jira/browse/ZEPPELIN-3581)

### How should this be tested?
* Check text area near the "default.statementPrecode" setting.

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Maxim Belousov <mebelou...@ya.ru>

Closes #3050 from mebelousov/ZEPPELIN-3581 and squashes the following commits:

4b052ed6b [Maxim Belousov] Add "type": "textarea" to "default.statementPrecode"


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

Branch: refs/heads/master
Commit: d2e78971441d0f7d78c2fb9a833f84b1891171c7
Parents: 0ca247b
Author: Maxim Belousov <mebelou...@ya.ru>
Authored: Tue Jul 3 20:20:22 2018 +0300
Committer: Lee moon soo <m...@apache.org>
Committed: Wed Jul 4 18:12:48 2018 +0900

----------------------------------------------------------------------
 jdbc/src/main/resources/interpreter-setting.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d2e78971/jdbc/src/main/resources/interpreter-setting.json
----------------------------------------------------------------------
diff --git a/jdbc/src/main/resources/interpreter-setting.json 
b/jdbc/src/main/resources/interpreter-setting.json
index 04262d9..3f3e672 100644
--- a/jdbc/src/main/resources/interpreter-setting.json
+++ b/jdbc/src/main/resources/interpreter-setting.json
@@ -57,7 +57,8 @@
         "envName": null,
         "propertyName": "default.statementPrecode",
         "defaultValue": "",
-        "description": "Runs before each run of the paragraph, in the same 
connection"
+        "description": "Runs before each run of the paragraph, in the same 
connection",
+        "type": "textarea"
       },
       "default.splitQueries": {
         "envName": null,

Reply via email to