sgilmore10 commented on PR #47316:
URL: https://github.com/apache/arrow/pull/47316#issuecomment-3214496425

   > Since Arrow Time type does not care about timezone, we can simply read 
from any Parquet Time type into Arrow type regardless of `isAdjustedToUTC` 
value. It seems reasonable to always write `isAdjustedToUTC=false` to Parquet 
for Arrow Time type.
   
   Based on the discussion above, it seems like the consensus is that we should 
set the `isAdjustedToUTC` to false by default, but also provide a flag to make 
this parameter configurable.  Also it's worth mentioning that Arrow's Parquet 
reader already ignores the `isAdjustedToUTC` parameter for `TIME` data. 
   
   I'll update the PR.


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

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

Reply via email to