singhpk234 commented on issue #4406: URL: https://github.com/apache/iceberg/issues/4406#issuecomment-1079480188
based on this discussion https://github.com/apache/iceberg/pull/734#issuecomment-574062407 Looks like passing this env context to the alter table should be sufficient to avoid recursive listing here as well : ```java EnvironmentContext envContext = new EnvironmentContext( ImmutableMap.of(StatsSetupConst.DO_NOT_UPDATE_STATS, StatsSetupConst.TRUE) ); ``` can I pick this up ? -- 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]
