AlenkaF commented on code in PR #12704:
URL: https://github.com/apache/arrow/pull/12704#discussion_r841525737


##########
python/pyarrow/parquet.py:
##########
@@ -612,6 +857,58 @@ def _sanitize_table(table, new_schema, flavor):
     the batch size can help keep page sizes closer to the intended size.
 """
 
+_parquet_writer_example_doc = """\

Review Comment:
   If I remember correctly I was getting errors (KeyError I think) for `'year'` 
if I included the examples directly in the docstrings that were string 
formatted. For this reason I added one additional variable.



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