Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/16747
  
    ^ I want to be very sure if we are not going to expose this or not. Could 
any SQL committer guy or PMC confirm this?
    
    > `CalendarIntervalType` only for compatibility with similar type in `Hive`.
    
    This means a lot of things for example,
    
    - we might have to hide this
    
    ```scala
    scala> import org.apache.spark.sql.types.CalendarIntervalType
    import org.apache.spark.sql.types.CalendarIntervalType
    ```
    
    -  maybe disallow explicitly giving this type as a schema as it is not 
exposed.
    
    -  maybe we should not support reading/writing out this type as raised in 
https://github.com/apache/spark/pull/15751#issuecomment-258518577 
    
    and etc.



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