GitHub user mebelousov opened a pull request:
https://github.com/apache/zeppelin/pull/3172
ZEPPELIN-3687. Fix IndexError in spark.pyspark with empty input (branch-0.8)
### What is this PR for?
#3115 fix only python interpreter. For master branch is OK because
spark.pyspark implements python interpreter, but spark in branch-0.8 has own
python.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3687](https://issues.apache.org/jira/browse/ZEPPELIN-3687)
### How should this be tested?
- CI pass
In #3115 was added test. I think we can not duplicate test.
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TinkoffCreditSystems/zeppelin DW-17854_0.8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3172.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3172
----
commit 00f6a0aea5814bf8e93b8b060ec423101bf3cca3
Author: Maxim Belousov <mebelousov@...>
Date: 2018-09-07T07:10:12Z
ZEPPELIN-3687. Fix IndexError in spark.pyspark interpreter with empty input
----
---