This is an automated email from the ASF dual-hosted git repository.
amareshwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lens.git
The following commit(s) were added to refs/heads/master by this push:
new 5d19ce0 Fixed Spelling.
new fb1a171 Merge pull request #27 from jimmycasey/master
5d19ce0 is described below
commit 5d19ce0a563adb85575dabde080ad19247e94846
Author: Jimmy Casey <[email protected]>
AuthorDate: Sun Jul 29 21:40:58 2018 +0000
Fixed Spelling.
---
.../src/main/java/org/apache/lens/server/session/LensSessionImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/lens-server/src/main/java/org/apache/lens/server/session/LensSessionImpl.java
b/lens-server/src/main/java/org/apache/lens/server/session/LensSessionImpl.java
index 7d81375..c61fe88 100644
---
a/lens-server/src/main/java/org/apache/lens/server/session/LensSessionImpl.java
+++
b/lens-server/src/main/java/org/apache/lens/server/session/LensSessionImpl.java
@@ -206,7 +206,7 @@ public class LensSessionImpl extends HiveSessionImpl
implements AutoCloseable {
synchronized (sessionDbClassLoaders) {
for (Map.Entry<String, SessionClassLoader> entry :
sessionDbClassLoaders.entrySet()) {
try {
- // Closing session level classloaders up untill the db class loader
if present, or null.
+ // Closing session level classloaders up until the db class loader
if present, or null.
// When db class loader is null, the class loader in the session is
a single class loader
// which stays as it is on database switch -- provided the new db
doesn't have db jars.
// The following line will close class loaders made on top of db
class loaders and will close