Re: how to test row level delete

2021-04-06 Thread OpenInx
Hi Chen Song If want to test the format v2 under your env, you could follow this comment https://github.com/apache/iceberg/pull/2410#issuecomment-812463051 to upgrade your iceberg table to format v2. The TableProperties.FORMAT_VERSION was introduced in a separate PoC PR , so we could not find th

[ANNOUNCE] Apache Iceberg release 0.11.1

2021-04-06 Thread Anton Okolnychyi
I’m pleased to announce the release of Apache Iceberg 0.11.1! Apache Iceberg is an open table format for huge analytic datasets. Iceberg delivers high query performance for tables with tens of petabytes of data, along with atomic commits, concurrent writes, and SQL-compatible table evolution.

Re: how to test row level delete

2021-04-06 Thread Chen Song
Hey I want to quickly follow up on this thread. I cannot seem to find any pull request to expose V2 format version on table creation, specifically for the line below referenced in your previous email. TableProperties.FORMAT_VERSION Can you suggest? I want to create a V2 table to test some row le