flyrain commented on code in PR #3259: URL: https://github.com/apache/polaris/pull/3259#discussion_r2629094608
########## persistence/google-cloud-spanner/src/main/resources/spanner/schema-v1.sql: ########## @@ -0,0 +1,86 @@ +-- Review Comment: I think we should align the versions at least semantically. The schema directly dictates functionality. For example, without the new field in the entity table, the feature configuration `ALLOW_TABLE_LOCATION_OVERLAP` will not behave as expected. We should avoid a situation where a feature works with JDBC but fails with other persistence implementations due to schema drift. -- 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]
