Skip to content
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

[ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong interpreter name #1113

Closed
wants to merge 1 commit into from

Conversation

mwkang
Copy link
Contributor

@mwkang mwkang commented Jul 2, 2016

What is this PR for?

Ignore implicit interpreter when user enter wrong interpreter name
linked to #806 (comment)

What type of PR is it?

Improvement

What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1069

How should this be tested?

unit test
Run-time checking

Questions:

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

@jongyoul
Copy link
Member

jongyoul commented Jul 2, 2016

I just refactor NoteInterpreter to merge into InterpreterFactory. Could you please rebase it to resolve conflict?

@mwkang
Copy link
Contributor Author

mwkang commented Jul 2, 2016

@jongyoul Sure, I will do that.
I have a question. Is it okay that wrong interpreter is ignored in here? (There is not NoteInterpreterLoader.)

@mwkang
Copy link
Contributor Author

mwkang commented Jul 8, 2016

This PR is temporarily closed, While I refactor my codes.

@mwkang mwkang closed this Jul 8, 2016
@AhyoungRyu
Copy link
Contributor

@mwkang You don't need to close this PR if you want to reopen after just refactoring your code :)
How about updating TODO list in your PR description with

TODO

  • : refactor code

and also the title to "[WIP][ZEPPELIN-1069]Ignore implicit interpreter when user enter wrong interpreter name"?

@mwkang
Copy link
Contributor Author

mwkang commented Jul 30, 2016

@AhyoungRyu Thanks for your advice. Next time, I will try to do that.

asfgit pushed a commit that referenced this pull request Sep 2, 2016
…rpreter name

### What is this PR for?
Ignore implicit interpreter when user enter wrong interpreter name
linked to #806 (comment)

This PR is related to #1113
ZEPPELIN-1069 branch was force push, so couldn't reopen that PR.

### What type of PR is it?
Improvement

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1069

### How should this be tested?
Unit test
Run-time checking

### Screenshots (if appropriate)
![zeppelin-1069-gif](https://cloud.githubusercontent.com/assets/10624086/17268431/d6d9370c-5664-11e6-9274-d0244d60a8c9.gif)

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

Author: Minwoo Kang <minwoo.kang@outlook.com>

Closes #1248 from mwkang/ZEPPELIN-1069 and squashes the following commits:

3976a96 [Minwoo Kang] Remove wild card import
fa7a194 [Minwoo Kang] Fix CI failed
f0eedeb [Minwoo Kang] Remove unnecessary method.
6e91dfe [Minwoo Kang] Remove unnecessary method.
dd60d72 [Minwoo Kang] Fixed CI
046f5f4 [Minwoo Kang] Modify static import position.
6082e28 [Minwoo Kang] Modify that StringUtils is static import
02a1c2a [Minwoo Kang] Refactor method name
4912c5c [Minwoo Kang] Add test cases
b6520be [Minwoo Kang] Add function that is replName is binding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants