llama90 commented on code in PR #43268:
URL: https://github.com/apache/arrow/pull/43268#discussion_r1679546632


##########
python/pyarrow/_parquet.pyx:
##########
@@ -2074,6 +2075,13 @@ cdef shared_ptr[ArrowWriterProperties] 
_create_arrow_writer_properties(
         raise ValueError("Unsupported Writer Engine Version: {0}"
                          .format(writer_engine_version))
 
+    # time_is_adjusted_to_utc
+

Review Comment:
   ```diff
   -    # time_is_adjusted_to_utc
   -
   -    if time_is_adjusted_to_utc:
   +    # time_is_adjusted_to_utc
   +    if time_is_adjusted_to_utc:
   ```
   
   Ah! That might cause misunderstanding! I meant that the `newline` between 
the comment and the function is unnecessary.



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