Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/6957#discussion_r33186603
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala ---
@@ -563,7 +563,7 @@ private[hive] object HiveContext {
doc = "TODO")
/** Constructs a configuration for hive, where the metastore is located
in a temp directory. */
- def newTemporaryConfiguration(): Map[String, String] = {
+ def newTemporaryConfiguration(useInMemoryDerby: Boolean): Map[String,
String] = {
--- End diff --
could just make this default to false
---
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]