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