Skip to content

Commit

Permalink
scala style
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaschat-db committed Aug 19, 2024
1 parent 036c63f commit cfd1684
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ object Protocol {
}

// When enabling legacy features, include all preceding legacy features.
val implicitFeatures = TableFeatureProtocolUtils.implicitlySupportedFeatures(allEnabledFeatures)
val implicitFeatures =
TableFeatureProtocolUtils.implicitlySupportedFeatures(allEnabledFeatures)

(finalReaderVersion, finalWriterVersion,
allEnabledFeatures ++ implicitFeatures ++ implicitFeaturesFromTableConf)
Expand Down

0 comments on commit cfd1684

Please sign in to comment.