maropu edited a comment on pull request #29192:
URL: https://github.com/apache/spark/pull/29192#issuecomment-662779093


   `bpchar` is internally used in postgresql [1][2], but users can use it in 
DDL;
    - [1] https://www.postgresql.org/docs/current/datatype-character.html
    - [2] https://www.postgresql.org/docs/current/typeconv-query.html
   ```
   postgres=# create table t (v bpchar);
   CREATE TABLE
   ```
   So, I think its okay to add it for better interoperability.


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to