mustafasrepo commented on issue #9213:
URL: 
https://github.com/apache/arrow-datafusion/issues/9213#issuecomment-1951953841

   
   
   
   > Hello @mustafasrepo could you give me the actual table creation SQL for 
this issue?
   
   Sure,
   ```sql
   CREATE EXTERNAL TABLE multiple_ordered_table (
     a0 INTEGER,
     a INTEGER,
     b INTEGER,
     c INTEGER,
     d INTEGER
   )
   STORED AS CSV
   WITH HEADER ROW
   WITH ORDER (a ASC, b ASC)
   WITH ORDER (c ASC)
   LOCATION '../core/tests/data/window_2.csv';
   ```
   you can create the table in the queries with above snippet


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