liubo1022126 commented on issue #1724: URL: https://github.com/apache/iceberg/issues/1724#issuecomment-751335603
I have a test like Step#1, but get exception : IllegalArgumentException: Cannot write delete files in a v1 table. I look over https://iceberg.apache.org/spec/#table-metadata for format-version, it said that An integer version number for the format. Currently, this is always 1. Implementations must throw an exception if a table’s version is higher than the supported version. so what can i do to test row-level deletion ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
