Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaverm-db committed Aug 6, 2024
1 parent 1912b57 commit 1e033be
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2629,9 +2629,9 @@ private[sql] object QueryExecutionErrors extends QueryErrorsBase with ExecutionE
}

def notEnoughMemoryToLoadStore(
stateStoreId: String,
stateStoreProviderName: String,
e: Throwable): Throwable = {
stateStoreId: String,
stateStoreProviderName: String,
e: Throwable): Throwable = {
new SparkException(
errorClass = s"CANNOT_LOAD_STATE_STORE.${stateStoreProviderName}_OUT_OF_MEMORY",
messageParameters = Map("stateStoreId" -> stateStoreId),
Expand Down

0 comments on commit 1e033be

Please sign in to comment.