HyukjinKwon commented on code in PR #48619: URL: https://github.com/apache/arrow/pull/48619#discussion_r2685553157
########## docs/source/python/parquet.rst: ########## @@ -405,11 +498,11 @@ individual table writes are wrapped using ``with`` statements so the .. code-block:: python - # Remote file-system example - from pyarrow.fs import HadoopFileSystem - fs = HadoopFileSystem(host, port, user=user, kerb_ticket=ticket_cache_path) - pq.write_to_dataset(table, root_path='dataset_name', - partition_cols=['one', 'two'], filesystem=fs) + >>> # Remote file-system example + >>> from pyarrow.fs import HadoopFileSystem Review Comment: Maybe I am wrong but should we skip this too? Seems like this is not builtin and would throw `ImportError`. -- 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]
