joeyac commented on issue #9311: URL: https://github.com/apache/arrow/issues/9311#issuecomment-766968333
@bkietz so if I want to modify some data in RecordBatch or Table, the probably way is to call `RemoveColumn` and `AddColumn`? This seems less efficient if I only want to change a few data in a large column. For other languages like python/java, seems support to change data efficiently. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
