xudong963 commented on issue #1269:
URL:
https://github.com/apache/arrow-datafusion/issues/1269#issuecomment-967798062
> I think this is a bug for management of table metadata. If the new table
is not compatible or conflict with existing table, datafusion should throw
error and provide error type.
Yes, I agree, I tested in pg.
FYI
```
postgres=# create table users as values ('a', 'b');
SELECT 1
postgres=# create table users as values ('a', 'b');
ERROR: relation "users" already exists
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]