Github user marmbrus commented on a diff in the pull request:
https://github.com/apache/spark/pull/1784#discussion_r15832799
--- Diff:
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
---
@@ -38,6 +39,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest
with BeforeAndAfter {
override def beforeAll() {
TestHive.cacheTables = true
+ TestHive.set(SQLConf.SHUFFLE_PARTITIONS, "2")
--- End diff --
Another more robust way to do this would be to override the default value
in TestHive itself. This way the value wouldn't be thrown away by tests that
call clear()
---
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]