File tree Expand file tree Collapse file tree
docs/source/library-user-guide/upgrading Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ If your code wrote directly to a [`RefCountedTempFile`] or called
4747
4848Use ` temp_file.size() ` instead of [ ` RefCountedTempFile::current_disk_usage ` ] .
4949
50- [ `DiskManager ::create_tmp_file` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.DiskManager.html#method.create_tmp_file
51- [ `DiskManagerMode ` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/enum.DiskManagerMode.html
52- [ `PR #21882` ] : https://github.com/apache/datafusion/pull/21882
53- [ `RefCountedTempFile ` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html
54- [ `RefCountedTempFile ::current_disk_usage` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.current_disk_usage
55- [ `RefCountedTempFile ::update_disk_usage` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.update_disk_usage
50+ [ `diskmanager ::create_tmp_file` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.DiskManager.html#method.create_tmp_file
51+ [ `diskmanagermode ` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/enum.DiskManagerMode.html
52+ [ `pr #21882` ] : https://github.com/apache/datafusion/pull/21882
53+ [ `refcountedtempfile ` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html
54+ [ `refcountedtempfile ::current_disk_usage` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.current_disk_usage
55+ [ `refcountedtempfile ::update_disk_usage` ] : https://docs.rs/datafusion-execution/latest/datafusion_execution/disk_manager/struct.RefCountedTempFile.html#method.update_disk_usage
5656
5757### ` Dialect::AVAILABLE ` replaced by ` Dialect::available() `
5858
You can’t perform that action at this time.
0 commit comments