Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix message.
  • Loading branch information
gatorsmile committed Jan 14, 2017
commit 4d32864bc29534027d3d04df58ff445e89cd0d2f
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,7 @@ class SessionCatalog(
}

/**
* Verify if the input partition spec exactly matches the existing defined partition spec
* The columns must be the same but the orders could be different.
* Verify if the input partition spec has any empty value.
*/
private def requireNonEmptyValueInPartitionSpec(specs: Seq[TablePartitionSpec]): Unit = {
specs.foreach { s =>
Expand Down