zeppelin git commit: [MINOR] Change `case` indent

2017-05-11 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master e5e3a88cd -> 4668da159 [MINOR] Change `case` indent ### What is this PR for? Changing style in case of 'case'. Zeppelin has two spaces as default indentation but checkstyle has different style of 'case'. ### What type of PR is it?

zeppelin git commit: [HOTFIX] Set interpreter context in zeppelin context from SparkSqlInterpreter

2017-05-11 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 28ef8aa90 -> e5e3a88cd [HOTFIX] Set interpreter context in zeppelin context from SparkSqlInterpreter ### What is this PR for? When running `%sql` paragraphs sometimes a NullPointer is thrown instead of presenting the result. This was