Github user wangyum commented on a diff in the pull request:
https://github.com/apache/spark/pull/21547#discussion_r195289284
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala
---
@@ -37,6 +39,23 @@ private[parquet] class ParquetFilters(pushDownDate:
Boolean) {
DateTimeUtils.fromJavaDate(date)
}
+ private def decimalToBinary(precision: Int, decimal: JBigDecimal):
Binary = {
--- End diff --
REF:
https://github.com/apache/spark/blob/21a7bfd5c324e6c82152229f1394f26afeae771c/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetWriteSupport.scala#L247-L266
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]