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 1b55509 commit 02ca612Copy full SHA for 02ca612
1 file changed
vortex-file/src/strategy.rs
@@ -159,8 +159,7 @@ pub struct WriteStrategyBuilder {
159
flat_strategy: Option<Arc<dyn LayoutStrategy>>,
160
probe_compressor: Option<Arc<dyn CompressorPlugin>>,
161
/// Force list-column decomposition on, overriding the
162
- /// [`use_experimental_list_layout`](vortex_layout::layouts::table::use_experimental_list_layout)
163
- /// env-var default of off.
+ /// [`use_experimental_list_layout`] env-var default of off.
164
list_layout: bool,
165
}
166
0 commit comments