poojatalele commented on issue #1908:
URL: https://github.com/apache/gravitino/issues/1908#issuecomment-2266494076
SchemaEntity schemaEntity = new SchemaEntity();
try {
schemaEntity = store.update(
ident,
SchemaEntity.class,
Entity.EntityType.SCHEMA,
entity -> updateSchemaEntity(ident, entity, changes)
);
} catch (Exception e) {
System.out.println("Error updating schema entity: " + schemaEntity);
e.printStackTrace();
}
I am thinking to make this changes..kindly review this once.
--
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]