osscm opened a new pull request, #15658:
URL: https://github.com/apache/iceberg/pull/15658

   POC implementation for secondary index metadata handling.
   
   Based on the secondary index proposal, this adds:
   - `IndexCatalog` API (list, load, create, drop, register)
   - `IndexMetadata`, `IndexSnapshot`, `IndexVersion`, `IndexDefinition` types
   - Base implementations: `BaseIndexCatalog`, `BaseIndexOperations`, 
`BaseIndex`
   - Catalog implementations: `InMemoryIndexCatalog`, `JdbcIndexCatalog`, 
`RESTIndexCatalog`
   - Fix: reuse `IndexOperations` instance in `loadIndex()` instead of creating 
a second one
   - Fix: `replace()` now propagates `CommitFailedException` correctly (was 
incorrectly converting to `AlreadyExistsException`)


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to