You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/05 11:06:48 UTC

[GitHub] [arrow] lidavidm commented on a change in pull request #10653: ARROW-11980: [Python] Remove experimental status from Table.replace_schema_metadata

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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org