pier-oliviert commented on PR #3002: URL: https://github.com/apache/arrow-rs/pull/3002#issuecomment-1302008329
Now that I'm looking at the problem again this morning, I believe that moving the getter from `SerializedColumnWriter` to [`GenericColumnWriter`](https://github.com/apache/arrow-rs/blob/master/parquet/src/column/writer/mod.rs#L191) would solve my problem. The struct already has that field and so just adding a getter to return a reference to it would work. I believe this would not introduce a breaking change? -- 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]
