News

Another way to delete data from a table using SQL DB2 is to use the DROP statement. This statement drops the table and all its associated objects, such as indexes, views, triggers, and constraints ...
Apache Iceberg version 0.7.0 Please describe the bug 🐞 Hi I added this test which breaks: def test_delete_overwrite_with_null(session_catalog: RestCatalog) -> None: arrow_schema = pa.schema([pa.field ...