Skip to content

Commit

Permalink
[CARMEL-3030][FOLLOWUP] Fix matchError (delta-io#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
LantaoJin authored and GitHub Enterprise committed Jun 10, 2020
1 parent 9a6a0ae commit 064baf8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -96,7 +96,7 @@ abstract class ConvertToDeltaCommandBase(
convertProperties.catalogTable match {
case Some(table) if DDLUtils.isTemporaryTable(table) =>
throw DeltaErrors.convertTemporaryTablesException(tableIdentifier)
case None =>
case _ =>
}

val deltaLog = DeltaLog.forTable(spark, deltaPath.getOrElse(convertProperties.targetDir))
Expand Down

0 comments on commit 064baf8

Please sign in to comment.