RussellSpitzer commented on issue #13297: URL: https://github.com/apache/iceberg/issues/13297#issuecomment-2967884665
Can your force V2 Sources and try the Parquet version again (FileScanRDD is a different code path)? It feels odd to me that the iterator we are making should null itself out when fully iterated. Feels like that should be on the last "next" call as is currently in the code or in the close method? Or is the issue here that we are saving this task context for the UI so we don't actually ever drop the iterator reference and close is never called? -- 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]
