wgtmac commented on PR #35230: URL: https://github.com/apache/arrow/pull/35230#issuecomment-1517320248
> By the way, can we just disable the column index? > > I've a case that I don't want to collect the Column Index, because statistics is not important for me. ( I'm sure I'll read the whole file), however, offset index can be used. I have thought about this. However, it would be complex if we want to control ColumnIndex and OffsetIndex separately for individual columns. What about splitting `WriterProperties::Builder::enable_write_page_index/disable_write_page_index` into `WriterProperties::Builder::enable_write_column_index/disable_write_column_index` and WriterProperties::Builder::enable_write_offset_index/disable_write_offset_index`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
