dongjoon-hyun commented on a change in pull request #32568:
URL: https://github.com/apache/spark/pull/32568#discussion_r633223055
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala
##########
@@ -300,7 +300,7 @@ class ParquetFilters(
(n: Array[String], v: Any) =>
FilterApi.lt(longColumn(n),
decimalToInt64(v.asInstanceOf[JBigDecimal]))
case ParquetSchemaType(_: DecimalLogicalTypeAnnotation,
FIXED_LEN_BYTE_ARRAY, length)
- if pushDownDecimal =>
+ if pushDownDecimal =>
Review comment:
Although this is HOTFIX, okay.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]