adriangb commented on issue #15309:
URL: https://github.com/apache/datafusion/issues/15309#issuecomment-2736509913

   It seems this is a documentation issue, the right usage is:
   
   ```sql
   CREATE EXTERNAL TABLE
     test(
       message TEXT,
       day DATE
     )
     STORED AS PARQUET
     LOCATION 'gs://bucket/';
   ```
   
   IMO the other two should be supported.
   But at the very least we should update docs to show this example, I could 
not find it.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to