badalprasadsingh commented on code in PR #1244:
URL: https://github.com/apache/iceberg-go/pull/1244#discussion_r3530819531
##########
catalog/sql/sql.go:
##########
@@ -211,6 +246,10 @@ func NewCatalog(name string, db *sql.DB, dialect
SupportedDialect, props iceberg
return cat, cat.ensureTablesExist()
}
+ if err := cat.detectSchemaVersion(context.Background()); err != nil {
Review Comment:
Done.
Covered end-to-end in `TestV0InitDisabledDetectsV0AndMigratesWithOptIn`.
--
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]