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


   `bpchar` is internally used in postgresql 
(https://www.postgresql.org/docs/current/typeconv-query.html), but users can 
use it in DDL;
   ```
   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:
[email protected]



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

Reply via email to