marton-bod opened a new pull request #2212: URL: https://github.com/apache/iceberg/pull/2212
Using the same constant `JOB_ID` across test runs can cause conflicts when we want to test the contents of the static `writers` map in `HivIcebergRecordWriter`, due to concurrent test runs. This solution is meant to fix that by overloading `writeRecords` and enable passing in an optional jobId which can be made unique. ---------------------------------------------------------------- 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]
