dbtsai opened a new pull request #27824: [SPARK-31064] [SQL] New Parquet 
Predicate Filter APIs with multi-part Identifier Support
URL: https://github.com/apache/spark/pull/27824
 
 
   ### What changes were proposed in this pull request?
   Parquet's org.apache.parquet.filter2.predicate.FilterApi uses dots as 
separators to split the column name into multi-parts of nested fields. The 
drawback is this causes issues when the field name contains dot.
   
   The new APIs that will be added will take array of string directly for 
multi-parts of nested fields, so no confusion as using dot as a separator.
   
   ### Why are the changes needed?
   To support nested predicate pushdown and predicate pushdown for columns 
containing `dots`.
   
   ### Does this PR introduce any user-facing change?
   No.
   
   ### How was this patch tested?
   Existing UTs.

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