Skip to content

Commit a6f5df1

Browse files
committed
style
1 parent ab07f7e commit a6f5df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ClientWrapper.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ClientWrapper(
116116
}
117117

118118
/** Returns the configuration for the current session. */
119-
def conf = SessionState.get().getConf
119+
def conf: HiveConf = SessionState.get().getConf
120120

121121
private val client = Hive.get(conf)
122122

@@ -148,7 +148,7 @@ class ClientWrapper(
148148
def setInfo(stream: PrintStream): Unit = withHiveState {
149149
state.info = stream
150150
}
151-
151+
152152
def setError(stream: PrintStream): Unit = withHiveState {
153153
state.err = stream
154154
}

0 commit comments

Comments
 (0)