Skip to content

[SPARK-10198][SQL] Turn off partition verification by default#8404

Closed
marmbrus wants to merge 3 commits into
apache:masterfrom
marmbrus:turnOffPartitionVerification
Closed

[SPARK-10198][SQL] Turn off partition verification by default#8404
marmbrus wants to merge 3 commits into
apache:masterfrom
marmbrus:turnOffPartitionVerification

Conversation

@marmbrus

Copy link
Copy Markdown
Contributor

No description provided.

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41491 has finished for PR 8404 at commit 7cc6741.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41493 has finished for PR 8404 at commit 5826f16.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be set to true?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, good catch.

@marmbrus

Copy link
Copy Markdown
Contributor Author

Failing test passes locally after the config fix. I'm going to merge so this can be included in the next RC.

asfgit pushed a commit that referenced this pull request Aug 25, 2015
Author: Michael Armbrust <michael@databricks.com>

Closes #8404 from marmbrus/turnOffPartitionVerification.

(cherry picked from commit 5c08c86)
Signed-off-by: Michael Armbrust <michael@databricks.com>
@asfgit asfgit closed this in 5c08c86 Aug 25, 2015
@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41536 has finished for PR 8404 at commit 6a4d6db.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.


val HIVE_VERIFY_PARTITION_PATH = booleanConf("spark.sql.hive.verifyPartitionPath",
defaultValue = Some(true),
defaultValue = Some(false),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this place use false as default value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants