Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/22197#discussion_r212814249
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala
---
@@ -44,7 +45,12 @@ private[parquet] class ParquetFilters(
pushDownTimestamp: Boolean,
pushDownDecimal: Boolean,
pushDownStartWith: Boolean,
- pushDownInFilterThreshold: Int) {
+ pushDownInFilterThreshold: Int,
+ caseSensitive: Boolean) {
+
+ private case class ParquetField(
--- End diff --
Add a description about these two fields? It is confusing what is
`resolvedName` for the future code maintainer.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]