Skip to content

Commit

Permalink
fix brace
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Jul 19, 2021
1 parent c0eabda commit 7dfb87f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Spark304Shims extends Spark303Shims {
pushDownStartWith: Boolean,
pushDownInFilterThreshold: Int,
caseSensitive: Boolean,
datetimeRebaseMode: SQLConf.LegacyBehaviorPolicy.Value): ParquetFilters = {
datetimeRebaseMode: SQLConf.LegacyBehaviorPolicy.Value): ParquetFilters =
new ParquetFilters(schema, pushDownDate, pushDownTimestamp, pushDownDecimal, pushDownStartWith,
pushDownInFilterThreshold, caseSensitive, datetimeRebaseMode)
}

0 comments on commit 7dfb87f

Please sign in to comment.