Skip to content

Small refactoring of Python interpreter - #1275

Closed
bzz wants to merge 2 commits into
apache:masterfrom
bzz:python/refactoring
Closed

Small refactoring of Python interpreter#1275
bzz wants to merge 2 commits into
apache:masterfrom
bzz:python/refactoring

Conversation

@bzz

@bzzbzz commented Aug 3, 2016

Copy link
Copy Markdown
Member

What is this PR for?

Small refactoring of Python interpreter, that is what it is.

What type of PR is it?

Refactoring

Todos

  • refactor help()
  • impl maxResult fetch from JVM

How should this be tested?

cd python && mvn -Dpython.test.exclude='' test pass (given that pip install pandasql and pip install py4j)

Questions:

  • Does the licenses files need update? No
  • Is there breaking changes for older versions? No
  • Does this needs documentation? No

@bzz

bzz commented Aug 3, 2016

Copy link
Copy Markdown
MemberAuthor

Ready to be merged

@minahlee

Copy link
Copy Markdown
Member

LGTM

@bzz

bzz commented Aug 4, 2016

Copy link
Copy Markdown
MemberAuthor

Thank you @minahlee for prompt review!

CI fails on spark 1.6 profile, same as master, and #1263 handled under ZEPPELIN-1286

Merging to master if there is no further discussion.

@asfgitasfgit closed this in a922fd2Aug 5, 2016
@bzz
bzz deleted the python/refactoring branch August 5, 2016 03:10
PhilippGrulich pushed a commit to SWC-SENSE/zeppelin that referenced this pull request Aug 8, 2016
### What is this PR for?
Small refactoring of Python interpreter, that is what it is.
### What type of PR is it?
Refactoring
### Todos
* [x] refactor `help()`
* [x] impl `maxResult` fetch from JVM
### How should this be tested?
`cd python && mvn -Dpython.test.exclude='' test ` pass (given that `pip install pandasql` and `pip install py4j`)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Alexander Bezzubov <bzz@apache.org>
Closesapache#1275 from bzz/python/refactoring and squashes the following commits:
15a35c8 [Alexander Bezzubov] Make .help() method a single string literal
e800fd7 [Alexander Bezzubov] Make Python fetch maxResults from JVM
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bzz@minahlee