ebyhr commented on issue #14423: URL: https://github.com/apache/iceberg/issues/14423#issuecomment-3454132260
Setting the max idle time isn't supported in the JDBC connector, and as far as I know, the clients catalog property can only be configured within the connector itself. https://github.com/apache/iceberg/blob/6a0d4a0f37a22a885ef43b37353bee258ca93068/core/src/main/java/org/apache/iceberg/jdbc/JdbcClientPool.java#L58-L66 The environment variable transform rule is explained at the following class if you are configuring `apache/iceberg-rest-fixture`: https://github.com/apache/iceberg/blob/6a0d4a0f37a22a885ef43b37353bee258ca93068/open-api/src/testFixtures/java/org/apache/iceberg/rest/RCKUtils.java#L44-L63 -- 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]
