Github user xwu0226 commented on a diff in the pull request:
https://github.com/apache/spark/pull/13088#discussion_r64812131
--- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
---
@@ -585,6 +585,18 @@ class SparkSession private(
sparkContext.stop()
}
+ /**
+ * Return whether the SparkSession is using hive catalog or not
+ * @return
+ * @since 2.0.0
+ */
+ def usingHive: Boolean = {
--- End diff --
I can remove it because SparkILooop will not use it to display whether we
are using hive catalog.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]