jkolash commented on issue #13297: URL: https://github.com/apache/iceberg/issues/13297#issuecomment-2967929643
I'm not sure what you mean by force V2 sources and try the Parquet version again. I was comparing both the v1 and v2 memory usage and the v2 path using iceberg consumes significantly more memory. Is there a v2 equivalent to ```java sparkSession.read().load(paths) ``` Speaking of should be handled on the last next() call. I don't see that in my experimental changes which did reduce memory usage. https://github.com/apache/iceberg/pull/13298/files#diff-d80c15b3e5376265436aeab8b79d5a92fb629c6b81f58ad10a11b9b9d3bfcffcR134 -- 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]
