Jaime Pan

Results 5 comments of Jaime Pan

> there are more than 10 grammar errors because of the new feature in Python3,after modify them i get the same result .If you want to use the version i...

> > > > I run it successfully by python3.7.1(win10,CUDA10),there are more than 10 grammar errors because of the new feature in Python3,after modify them i get the same result...

The reason is `DateTimeFormatter::format` [calls](https://github.com/facebookincubator/velox/blob/main/velox/functions/lib/DateTimeFormatter.cpp#L1036) `Timestamp::toTimezone` and `Timestamp::toTimezone` always [calls](https://github.com/facebookincubator/velox/blob/main/velox/type/Timestamp.cpp#L122) `Timestamp::toTimePoint` with allowOverflow is default value(false). I would like to fix it.