JanKaul
JanKaul
Do you think it is a good idea to create an async module in which the init() method is awaited for. The consumer must be able to handle the top-level-await...
Please let me know if you think some changes are required.
Hi, this is just a question to get more clarity on the structure of this crate. If I'm not mistaken this crate shares some similarities with the datafusion-proto crate. The...
This PR implements the basic operations for a Sql catalog. The implementation uses the `sqlx` crate which enables Postgres, MySQL and Sqlite. The `update_table` method is to be implemented later.
Generally Iceberg catalogs function in two different ways. The rest catalog handles the updates to the table metadata internally. All other catalogs store the metadata in a `metadata.json` file and...
### Is your feature request related to a problem or challenge? I'm trying to implement Iceberg (Materialized) Views with Datafusion. For the 'CREATE VIEW' statement I require additional information about...