Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Jul 12, 2024
1 parent 56c79b2 commit 8d30a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ object Protocol {
// relevant implicit features.
val implicitFeaturesFromTableConf =
(readerVersionFromTableConfOpt, writerVersionFromTableConfOpt) match {
case (Some(r), Some(w)) if supportsWriterFeatures(w) =>
case (Some(r), Some(w)) if !supportsReaderFeatures(r) =>
Protocol(r, w).implicitlySupportedFeatures
case _ => Set.empty
}
Expand Down

0 comments on commit 8d30a28

Please sign in to comment.