Conversation
Signed-off-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
|
Hi @remilapeyre, thanks for your contribution! At first glance looks good. I'll do a more thorough review soon and will merge it then. |
|
Thanks @zilder, I tried to look carefully to find whether there was something special to do to handle timezones and time resolution (in the Parquet file or the PostgreSQL database) and after reading PostgreSQL source code I don't think it needs special treatment but I'm not sure about that. |
|
Hi @remilapeyre, As i understood parquet's time and timestamp types do not contain information on the timezone. They have One thing that wasn't taken into account in this pull request is time precision. Proposed patch implies that time is in microseconds. Though |
|
Hi thanks for the review, I had not the time to look at the nanoseconds yet but I will try to do it in the coming days. |
|
@remilapeyre , any activity here? |
Signed-off-by: Rémi Lapeyre remi.lapeyre@lenstra.fr