We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda7c0c commit d5d4f86Copy full SHA for d5d4f86
crates/iceberg/src/table.rs
@@ -236,7 +236,7 @@ impl Table {
236
}
237
238
/// Returns the current schema as a shared reference.
239
- pub fn schema_ref(&self) -> SchemaRef {
+ pub fn current_schema_ref(&self) -> SchemaRef {
240
self.metadata.current_schema().clone()
241
242
crates/integrations/datafusion/src/physical_plan/mod.rs
@@ -26,5 +26,4 @@ pub(crate) mod write;
26
pub(crate) const DATA_FILES_COL_NAME: &str = "data_files";
27
28
pub use project::project_with_partition;
29
-pub use repartition::repartition;
30
pub use scan::IcebergTableScan;
0 commit comments