This is an automated email from the ASF dual-hosted git repository.
feiwang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git.
from be0b9c1 [KYUUBI #1169] Decouple EngineLoggingService From
SparkSQLEngine
add 4f74aba [KYUUBI #1160] Support to config operation log root dir both
for kyuubi server and engine sides
No new revisions were added by this update.
Summary of changes:
.gitignore | 3 +
docs/deployment/settings.md | 2 +
.../engine/spark/operation/ExecuteStatement.scala | 3 +-
.../engine/spark/operation/PlanOnlyStatement.scala | 3 +-
.../spark/session/SparkSQLSessionManager.scala | 6 ++
.../org/apache/kyuubi/config/KyuubiConf.scala | 14 ++++
.../apache/kyuubi/operation/log/OperationLog.scala | 59 +++++++--------
.../apache/kyuubi/session/AbstractSession.scala | 3 +-
.../org/apache/kyuubi/session/SessionManager.scala | 20 ++++++
.../org/apache/kyuubi/config/KyuubiConfSuite.scala | 2 +-
.../kyuubi/operation/log/OperationLogSuite.scala | 84 ++++++++++++++++------
.../apache/kyuubi/session/NoopSessionManager.scala | 10 +++
.../apache/kyuubi/operation/ExecuteStatement.scala | 2 +-
.../kyuubi/session/KyuubiSessionManager.scala | 2 +
pom.xml | 4 ++
15 files changed, 157 insertions(+), 60 deletions(-)