Skip to content

Commit

Permalink
Revert a file
Browse files Browse the repository at this point in the history
Signed-off-by: Chong Gao <res_life@163.com>
  • Loading branch information
Chong Gao committed Dec 2, 2021
1 parent af1cddc commit 6172d10
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class Spark313Shims extends Spark31XShims with Spark30Xuntil33XShims {

override def getSparkShimVersion: ShimVersion = SparkShimServiceProvider.VERSION

override def hasCastFloatTimestampUpcast: Boolean = true

override def getParquetFilters(
schema: MessageType,
pushDownDate: Boolean,
Expand All @@ -40,4 +38,7 @@ class Spark313Shims extends Spark31XShims with Spark30Xuntil33XShims {
datetimeRebaseMode: SQLConf.LegacyBehaviorPolicy.Value): ParquetFilters =
new ParquetFilters(schema, pushDownDate, pushDownTimestamp, pushDownDecimal, pushDownStartWith,
pushDownInFilterThreshold, caseSensitive, datetimeRebaseMode)

override def hasCastFloatTimestampUpcast: Boolean = true

}

0 comments on commit 6172d10

Please sign in to comment.