alamb commented on issue #10712:
URL: https://github.com/apache/datafusion/issues/10712#issuecomment-2491308816

   I don't have the data, but the example as provided above works for me now in 
datafusion 43
   
   ```shell
   DataFusion CLI v43.0.0
   > CREATE EXTERNAL TABLE records
   PARTITIONED BY (project_id, day) STORED AS PARQUET
   LOCATION 'path/to/records/';
   0 row(s) fetched.
   Elapsed 0.006 seconds.
   
   > COPY records to 'path/to/records-big/' partitioned by (project_id, day) 
stored as parquet;
   +-------+
   | count |
   +-------+
   | 0     |
   +-------+
   1 row(s) fetched.
   Elapsed 0.006 seconds.
   ```


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