amol- commented on a change in pull request #11479:
URL: https://github.com/apache/arrow/pull/11479#discussion_r737279037



##########
File path: docs/source/python/getstarted.rst
##########
@@ -134,6 +141,14 @@ and will lazily load chunks of data only when iterating 
over them
     for table_chunk in birthdays_dataset.to_batches():
         print("AGES", pc.subtract(current_year, table_chunk["years"]))
 
+.. ipython:: python
+   :suppress:
+
+   import shutil
+
+   shutil.rmtree("savedir")

Review comment:
       Same as https://github.com/apache/arrow/pull/11479/files#r737278893 ?

##########
File path: docs/source/python/ipc.rst
##########
@@ -223,6 +223,14 @@ allowing to more easily read arrays bigger than the total 
memory.
    ``memory_map`` option. But in those cases, the memory mapping can't help 
with
    reducing resident memory consumption. See :ref:`parquet_mmap` for details.
 
+.. ipython:: python
+   :suppress:
+
+   import os
+
+   os.remove("bigfile.arrow")

Review comment:
       Same as https://github.com/apache/arrow/pull/11479/files#r737278893 ?




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