hqbhoho commented on PR #7808: URL: https://github.com/apache/gravitino/pull/7808#issuecomment-3125015288
> > @hqbhoho Do we need to modify other JDBC catalogs like PG? > > Yes, we need do, I think we should implement abstract methods to validate all attributes of columns. Like: > > ``` > validateIndexes(indexes) > validateIncrementCol(columns, indexes); > ``` > > Maybe different catalog have different constraint. > > I'll review and refactor the code later when I have time. -- 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]
