RussellSpitzer opened a new pull request #3329: URL: https://github.com/apache/iceberg/pull/3329
Previously the benchmarking code used a number of "when" constructs to generate data in rings. This became much more expensive somewhere between Spark 2.4.5 and 2.4.6 for reasons we are not certain of. In an attempt to improve performance we have removed all of these constructs and replaced them with identical modulo operations and add date operations when applicable. -- 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]
