You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2016/01/11 22:02:29 UTC

[47/50] [abbrv] incubator-toree git commit: Merge pull request #229 from ibm-et/FixSqlContext

Merge pull request #229 from ibm-et/FixSqlContext

Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/5a163a9c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/5a163a9c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/5a163a9c

Branch: refs/heads/master
Commit: 5a163a9cd55a7ffc5febbae251c950b32dbdabb2
Parents: 3905e47 73cc589
Author: Gino Bustelo <gi...@bustelos.com>
Authored: Wed Dec 9 11:18:59 2015 -0600
Committer: Gino Bustelo <gi...@bustelos.com>
Committed: Wed Dec 9 11:18:59 2015 -0600

----------------------------------------------------------------------
 .../com/ibm/spark/interpreter/Interpreter.scala | 15 ++++++-
 .../boot/layer/ComponentInitialization.scala    | 45 --------------------
 .../scala/com/ibm/spark/kernel/api/Kernel.scala | 45 ++++++++++++++++++--
 .../com/ibm/spark/kernel/api/KernelSpec.scala   |  1 -
 .../scala/test/utils/DummyInterpreter.scala     | 16 +++++++
 .../pyspark/PySparkInterpreter.scala            |  8 ++--
 .../interpreter/scala/ScalaInterpreter.scala    | 41 +++++++++++++-----
 .../interpreter/sparkr/SparkRInterpreter.scala  |  5 +++
 .../kernel/interpreter/sql/SqlInterpreter.scala |  4 ++
 9 files changed, 116 insertions(+), 64 deletions(-)
----------------------------------------------------------------------