Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 19, 2024
1 parent f405fcc commit 183c023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object BackendsApiManager {
val loadedSubstraitBackends = Component.sorted().filter(_.isInstanceOf[SubstraitBackend])
assert(
loadedSubstraitBackends.size == 1,
s"More than one Substrait backends are loaded: " +
s"Zero or more than one Substrait backends are loaded: " +
s"${loadedSubstraitBackends.map(_.name()).mkString(", ")}")
loadedSubstraitBackends.head.asInstanceOf[SubstraitBackend]
}
Expand Down

0 comments on commit 183c023

Please sign in to comment.