We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81a0c6 commit aba751fCopy full SHA for aba751f
1 file changed
crates/iceberg/src/table.rs
@@ -249,8 +249,6 @@ impl Table {
249
/// If a runtime was set via [`TableBuilder::runtime`], it is returned.
250
/// Otherwise, this borrows the ambient tokio runtime via
251
/// [`Runtime::current`], which panics if called outside a tokio context.
252
- ///
253
- /// Metadata-only operations on `Table` never call this.
254
pub(crate) fn runtime(&self) -> Runtime {
255
self.runtime.clone().unwrap_or_else(Runtime::current)
256
}
0 commit comments