tedyu edited a comment on pull request #30984:
URL: https://github.com/apache/spark/pull/30984#issuecomment-757416874


   @HyukjinKwon 
   Can you point me to an implementation of SupportsPushDownFilters (within 
Spark or third party) which doesn't rely on string matching ?
   
   Looking at PushableColumnBase:
   ```
     def unapply(e: Expression): Option[String] = {
   ```
   It seems existing code, including GetStructField, is String oriented.
   I wonder if the above consideration for column name applies to 
GetStructField as well.
   
   Thanks


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

Reply via email to