-
Notifications
You must be signed in to change notification settings - Fork 2.8k
ZEPPELIN-497 ] pyspark completion #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if text_value is None should it returned all objects/names in the current scope (dir())?
|
Miscellaneous requests for improvement belong in jiras. Rather than giving everyone suggestions on what to do in their PRs, perhaps you should try making them as PRs of your own. |
|
tested and working well! thanks for working on this |
|
Tested, works well 👍 |
|
Filtering for FunctionName added. |
|
Working well. Thanks for very useful improvement. |
|
@cloverhearts thanks - to clarify the rule is two leading underscores ( you do not match both leading and trailing ( |
Changed Filter Rule.Filter __FunctionName NAME The form is not a target filter. |
|
sorry if it's confusing - the method name mangling rule in Python applies to any name that starts with so I think the regex should be |
|
@felixcheung |
FilteringNAME and __NAME Tested. |
|
looks good - thank you! |
|
@felixcheung Thank you for Feed back! have a nice day! |
|
LGTM |
|
version 0.7.0-SNAPSHOT |
|
hi @fanlu - it's best to report issue to dev@zeppelin.apache.org |
|
@fanlu As @felixcheung mentioned, you can report issue to dev@zeppelin.apache.org. |
|
@astroshim |
### What is this PR for? fanlu reported bug on #530. This PR fixes bug of checking condition in PySparkInterpreter. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1500 ### How should this be tested? Outline the steps to test the PR here. ### Questions: - Does the licenses files need update? no - Is there breaking changes for older versions? no - Does this needs documentation? no Author: astroshim <hsshim@nflabs.com> Closes #1465 from astroshim/ZEPPELIN-1500 and squashes the following commits: d442c12 [astroshim] fix to wait completion data e50606a [astroshim] Merge branch 'master' into ZEPPELIN-1500 cb4b0fb [astroshim] add testcase 7e93968 [astroshim] Merge branch 'ZEPPELIN-1500' of https://github.com/astroshim/zeppelin into ZEPPELIN-1500 49282b7 [astroshim] remove NullPointException 60da1c3 [astroshim] fix condition ee2a29b [astroshim] fix bug of condition check.
Added auto-complete for pyspark.
autocomplete function will operate through the spark python tag '% pyspark'.
short-cut = Ctrl + Shift + Space.
jira issue : https://issues.apache.org/jira/browse/ZEPPELIN-497