Github user piaozhexiu commented on the pull request:

    https://github.com/apache/spark/pull/6921#issuecomment-116790870
  
    One last update (hopefully). I realized that I can push down predicates 
even when `convertMetastoreParquet` is true. Basically, the same can be done in 
`ParquetConversion` as in `HiveTableScan`. I just pushed the update for this.
    
    Here is the summary of the current status:
    
    Case | Predicate pushdown
    ------- | -----------------------------
    Integral and string types | Yes
    Varchar type | No
    Hive 0.13 and newer | Yes
    Hive 0.12 and older | No
    convertMetastoreParquet=true on partitioned table | Yes
    convertMetastoreParquet=true on non-partitioned table | No
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to