We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a8cf8 commit 25c697aCopy full SHA for 25c697a
vortex-datafusion/src/persistent/format.rs
@@ -193,7 +193,7 @@ impl VortexFormat {
193
Self::new_with_options(session, VortexTableOptions::default())
194
}
195
196
- /// Creates a new instance with configured by a [`VortexOptions`].
+ /// Creates a new instance with configured by a [`VortexTableOptions`].
197
pub fn new_with_options(session: VortexSession, opts: VortexTableOptions) -> Self {
198
Self {
199
session: session.clone(),
0 commit comments