jbonofre commented on PR #9487: URL: https://github.com/apache/iceberg/pull/9487#issuecomment-1894252812
Few notes about this PR: 1. In `JdbcUtil`, I used methods to generate the SQL statement for table and view as it's very similar. I used a `boolean` to define if the generated SQL statement targets a table or a view. For clarity, I can define an `enum` instead of `boolean`. 2. I verified the JDBC catalog for both table and view using `ViewCatalogTests` and `CatalogTests`. @nastra @rdblue do you mind to take a look ? Thanks ! -- 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]
