tustvold commented on code in PR #1719: URL: https://github.com/apache/arrow-rs/pull/1719#discussion_r879354264
########## parquet/src/file/writer.rs: ########## @@ -92,102 +111,90 @@ pub trait FileWriter { /// All columns should be written sequentially; the main workflow is: /// - Request the next column using `next_column` method - this will return `None` if no /// more columns are available to write. -/// - Once done writing a column, close column writer with `close_column` method - this -/// will finalise column chunk metadata and update row group metrics. +/// - Once done writing a column, close column writer with `close` Review Comment: This method no longer exists, and is instead on the ColumnWriter itself -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org