dbtsai commented on a change in pull request #27824: [SPARK-31064] [SQL] New 
Parquet Predicate Filter APIs with multi-part Identifier Support
URL: https://github.com/apache/spark/pull/27824#discussion_r388716782
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala
 ##########
 @@ -126,264 +126,270 @@ class ParquetFilters(
     Binary.fromConstantByteArray(fixedLengthBytes, 0, numBytes)
   }
 
-  private val makeEq: PartialFunction[ParquetSchemaType, (String, Any) => 
FilterPredicate] = {
+  private val makeEq
+  : PartialFunction[ParquetSchemaType, (Array[String], Any) => 
FilterPredicate] = {
 
 Review comment:
   I decide not to do type alias because it's easier to see the actual type 
definition of function.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to