Github user cloud-fan commented on the pull request:

    https://github.com/apache/spark/pull/8403#issuecomment-134471917
  
    Like the `buildScan` in data source, we shoud not expose internal types 
outside spark sql, but we also need to provide the ability to build efficient 
data source by using internal types directly(no conversions) for our build-in 
data source or advanced users.
    
    There maybe some cases that user need the internal types in Filter to avoid 
converions and speed up operations, I think we need to improve our data source 
API to make this stuff more flexible.
    cc @liancheng 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to