Skip to content

Commit

Permalink
update datafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Nov 13, 2024
1 parent a09f8ad commit 82a0de5
Show file tree
Hide file tree
Showing 5 changed files with 865 additions and 721 deletions.
2 changes: 2 additions & 0 deletions .history
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ select * from iceberg.public.orders;
\\q
CREATE EXTERNAL TABLE iceberg.public.orders (\n id BIGINT NOT NULL,\n order_date DATE NOT NULL,\n customer_id INTEGER NOT NULL,\n total_price DOUBLE NOT NULL\n)\nSTORED AS ICEBERG\nPARTITIONED BY ( "identity(customer_id) ")\nLOCATION 's3://iceberg/orders';
\\q
select * from information_schema.schemata;
\\q
Loading

0 comments on commit 82a0de5

Please sign in to comment.