nastra commented on issue #15307: URL: https://github.com/apache/iceberg/issues/15307#issuecomment-3906916152
@talatuyarer the reason it hasn't been part of `CatalogTests` is because it is something that is being maintained inside `TableMetadata` and therefore is tested in `TestTableMetadata`. If we would add it now to `CatalogTests`, then that functions as a precedent for other non-catalog-related stuff to test in `CatalogTests`, which I'm not sure we want to do. When you construct `TableMetadata` on the BigQuery server-side, are you not going to the `TableMetadata.Builder`? Going through the builder would ensure the correct functionality -- 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]
