kbendick edited a comment on issue #2098: URL: https://github.com/apache/iceberg/issues/2098#issuecomment-762046265
Locally, when I increase the catalog config value for `clients` from 1 to 2 or higher, this has passed on the past 3 times I've tried it. This is obviously kind of a hack, and having a value for `clients` that is > 1 won't necessarily work for catalogs backed by derby. However, it would be helpful if other people can try upping these values and see if that helps. I upped the value of clients from 1 in the following test parameters (in the immutable config map, using `"clients", "2"`). I did not update it for the one value that is hard coded as 1. https://github.com/apache/iceberg/blob/74bb38d810a0e046caa47e771804d4d14c06ff57/spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java#L57-L87 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
