A0R0P0I7T opened a new pull request, #9927: URL: https://github.com/apache/gravitino/pull/9927
## What is changed This PR adds support for index properties in Indexes creation and DTO conversion. - Updated Indexes factory methods to accept properties - Updated Java and Python DTO converters - Updated JSON serialization/deserialization - Updated existing tests and added coverage - Ensured backward compatibility using empty maps/dicts ## Why it is needed Previously, index properties were ignored during creation and serialization. This prevented full metadata propagation across connectors and clients. This change enables consistent handling of index properties across: - Core - Connectors - Java client - Python client ## Testing - All Java unit tests passed - All Python unit tests passed - Gradle build succeeded -- 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]
