kbendick commented on issue #4217: URL: https://github.com/apache/iceberg/issues/4217#issuecomment-1159209016
Along with data vectorizations, I would encourage people to use the following system properties which affect Arrows performance that are used within our tests (particularly if benchmarking as Arrow does duplicate some checks that we already do, which can have a big impact on hot code paths and the eventually compiled code): https://github.com/apache/iceberg/blob/c9442f1c0f0524b7ca5ac3ccbb927cc80b764239/spark/v3.2/build.gradle#L104-L110 -- 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]
