Skip to content

Commit df445a2

Browse files
committed
feat: make DefaultSchemaAdapter public
1 parent 319cb70 commit df445a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource/src/schema_adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl SchemaAdapterFactory for DefaultSchemaAdapterFactory {
243243
/// This SchemaAdapter requires both the table schema and the projected table
244244
/// schema. See [`SchemaMapping`] for more details
245245
#[derive(Clone, Debug)]
246-
pub(crate) struct DefaultSchemaAdapter {
246+
pub struct DefaultSchemaAdapter {
247247
/// The schema for the table, projected to include only the fields being output (projected) by the
248248
/// associated ParquetSource
249249
projected_table_schema: SchemaRef,

0 commit comments

Comments
 (0)