alamb commented on issue #1269:
URL: 
https://github.com/apache/arrow-datafusion/issues/1269#issuecomment-968068426


   Here is what postgres does:
   
   ```
   postgres=# create table foo(x int);
   CREATE TABLE
   
   postgres=# create table foo(x int);
   ERROR:  relation "foo" 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]


Reply via email to