quanghgx commented on PR #38390:
URL: https://github.com/apache/arrow/pull/38390#issuecomment-1812734864

   Thanks @mapleFU and @pitrou 
   Added:
   
   - `WriteColumnChunk(.. )` // Actual implementation; other two overloads all 
delegate to this.
   - `WriteRecordBatch(.. )`
   
   Reviewed, safe to skip:
   
   - `Init()`  // Internally implemented and called only within 
`FileWriter::Make`, with a newly created writer.
   - `schema()` // Independent of the writer.
   - `properties()` // Internal implementation, called by `WriteTable`, 
`WriteRecordBatch`, both already validated.
   - `metadata()` // In the current implementation of 
`ParquetFileWriter::Content`, it's safe to be called when closed. Open to 
adding this.


-- 
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]

Reply via email to