alamb opened a new issue, #12449:
URL: https://github.com/apache/datafusion/issues/12449

   ### Describe the bug
   
   There are a few `CREATE TABLE` and `CREATE VIEW` clauses that are silently 
ignored by DataFusion
   
   @hailelagi fixed the bug for `TEMPORARY` in 
https://github.com/apache/datafusion/pull/12439 :pray:
   
   While reviewing https://github.com/apache/datafusion/pull/12439 I noticed 
there are some other clauses that are ignored too
   
   
   
   ### To Reproduce
   
   For example the `CLUSTER BY ` clause is silently ignored:
   
   ```sql
   > create table  foo(x int) cluster by x;
   0 row(s) fetched.
   Elapsed 0.009 seconds.
   ```
   
   ### Expected behavior
   
   We should reject this with an explicit error rather than silently ignoring it
   
   
   ### Additional context
   
   @hailelagi fixed the bug for `TEMPORARY` in 
https://github.com/apache/datafusion/pull/12439 🙏 


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


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

Reply via email to