lidavidm commented on a change in pull request #10653: URL: https://github.com/apache/arrow/pull/10653#discussion_r663844697
########## File path: python/pyarrow/table.pxi ########## @@ -1331,7 +1331,7 @@ cdef class Table(_PandasConvertible): def replace_schema_metadata(self, metadata=None): """ - EXPERIMENTAL: Create shallow copy of table by replacing schema + Create shallow copy of table by replacing schema Review comment: Minor nit: it looks like it's still marked experimental in table.h, maybe remove that too? https://github.com/apache/arrow/blob/32679ddf0495a50b2158146709e7ecfd27a467d9/cpp/src/arrow/table.h#L154-L160 -- 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